cargo-about
cargo-about copied to clipboard
📜 Cargo plugin to generate list of all licenses for a crate 🦀
**Is your feature request related to a problem? Please describe.** My projects follow https://reuse.software/ so I ensure that there is copyright and license info for each file in my repo....
Today while running my build which includes a `cargo about generate` I got a flood of warnings like: ``` 2023-02-14 16:24:17.131075 +00:00:00 [WARN] failed to request license information from clearly...
None of the `windows-rs` targets have license files in the crate source, instead there is a license file in the top level of the git repo. As seen here: https://github.com/microsoft/windows-rs...
**Describe the bug** I have a variety of dependencies that are licensed under `GPL-3.0 WITH Classpath-exception-2.0`. The license check seems to work correctly but the generated html report puts the...
I want to run the tool without internet access (inside a nix build). But right now it does not seem to be possible. Could a feature for this be added?
**Is your feature request related to a problem? Please describe.** Not a problem - just an improvement idea **Describe the solution you'd like** I noticed that in the `Cargo.toml` file...
**Describe the bug** When running `cargo about generate` on Windows (most of my collegues their system) vs Linux (our CI server) there seems to be a difference in sorting of...