Skip to content

Crates.io download missing LICENSE file #70

@j-vanderstoep

Description

@j-vanderstoep

Good day,

I see this was reported previously in #47.

However, it doesn't look like #47 (comment) reflects how crates are typically downloaded from crates.io, by cargo or otherwise.

For example, if I run:

cargo add xml-rs@=1.0.0
cargo vendor

It downloads xml-rs without the LICENSE file. Whereas if I instead do:

cargo add xml-rs@=0.8.28
cargo vendor

The download includes the LICENSE file.

This is easily reproducible using crates.io's download link:

I appreciate that the license is available from somewhere, ideally it would included in the crates.io download. Do you know how this could be fixed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions