13 releases

0.9.0 Feb 8, 2020
0.8.0 Dec 24, 2018
0.7.0 Dec 6, 2018
0.5.4 Jan 11, 2018
0.3.2 Mar 8, 2016

#301 in Cargo plugins

Download history 60/week @ 2023-12-07 80/week @ 2023-12-14 17/week @ 2023-12-21 22/week @ 2023-12-28 32/week @ 2024-01-04 27/week @ 2024-01-11 36/week @ 2024-01-18 49/week @ 2024-01-25 26/week @ 2024-02-01 43/week @ 2024-02-08 70/week @ 2024-02-15 63/week @ 2024-02-22 39/week @ 2024-02-29 22/week @ 2024-03-07 58/week @ 2024-03-14 39/week @ 2024-03-21

174 downloads per month

MIT/Apache

470KB
2K SLoC

cargo-lichking travis-badge crate-badge license-badge rust-version-badge

Automated license checking for rust. cargo lichking is a Cargo subcommand that checks licensing information for dependencies.

Liches are not lawyers, the information output from this tool is provided as a hint to where you may need to look for licensing issues but in no way represents legal advice or guarantees correctness. The tool relies at a minimum on package metadata containing correct licensing information, this is not guaranteed so for real license checking it's necessary to verify all dependencies manually.

Rust Version Policy

This crate only supports the current stable version of Rust, patch releases may use new features at any time.

Installation

To install simply run cargo install cargo-lichking.

Usage

To get a list of all your (transitive) dependencies licenses run cargo lichking list. To check license compatibility based off this License Slide by David A. Wheeler run cargo lichking check.

Developing

When running via cargo run you'll need to provide an initial lichking argument to simulate running as a cargo subcommand, e.g. cargo run -- lichking check.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~4.5–6.5MB
~119K SLoC