Cargo subcommand to see license of dependencies
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.gitignore
.travis.yml
Cargo.toml Bump version Oct 25, 2017
LICENSE Initial commit Jul 8, 2016
README.md

README.md

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