cargo-license 0.1.5

Cargo subcommand to see license of dependencies
Documentation

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.
    -h, --help          print this help menu

Example

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

cargo-license