cargo-lichking

Crates.iocargo-lichking
lib.rscargo-lichking
version0.9.0
sourcesrc
created_at2016-03-07 23:26:47.395406
updated_at2020-02-08 23:19:41.86699
descriptionDisplay info about licensing of dependencies
homepage
repositoryhttps://github.com/Nemo157/cargo-lichking
max_upload_size
id4395
size511,710
Nemo157 (Nemo157)

documentation

README

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.

Commit count: 170

cargo fmt