cargo-about

Generate a list of all licenses for a Rust crate and dependencies

brewmacoslinux
Try with needOr install directly
Source

About

Cargo plugin to generate list of all licenses for a crate

Commands

cargo-about

Examples

Generate license information for current project$ cargo about generate -o licenses.html
Verify licenses comply with allowed list$ cargo about audit
Generate licenses in text format$ cargo about generate -o licenses.txt --format text