cargo-license

Build Status License

A cargo subcommand to see license of dependencies.

Installation and Usage

You can install cargo-license with: cargo install cargo-license and run it in your project directory with: cargo license or cargo-license.

``` Usage: cargo-license [options]

Options: -a, --authors Display crate authors -d, --do-not-bundle Output one license per line. -t, --tsv detailed output as tab-separated-values -j, --json detailed output as json -h, --help print this help menu ```

Example

cargo-license running inside the cargo-license project directory:

cargo-license