onur / cargo-license

Cargo subcommand to see license of dependencies
MIT License
418 stars 37 forks source link

Licenses for inactive dependencies should be optionally excluded #42

Closed steven-joruk closed 3 years ago

steven-joruk commented 3 years ago

I'd like to generate license information for my project, but only want to include licenses of dependencies which are actually used. For example, when I am building on macOS I don't want to include target-specific dependencies for other platforms such as Windows.