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?
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?