cargo credits

MIT License crates.io

cargo-credits creates CREDITS file from LICENSE files of dependencies

Installation

console $ cargo install cargo-credits

Usage

in your rust repository root

console $ cargo credits

create CREDITS file.

Description

When distributing built executable in Rust, we need to include LICENSE of the dependent libraries into the package.
So cargo-credits creates CREDITS file.

Creating with reference to next oss

cargo-credits is based on next oss.

Author

sinofseven