π Cargo plugin to generate list of all licenses for a crate π¦
781
stars
239
commits
Rust
primary language
Aug 18, 2026
updated
See the book π for in-depth documentation.
Please Note: This is a tool that we use (and like!) and it makes sense to us to release it as open source. However, we canβt take any responsibility for your use of the tool, if it will function correctly or fulfil your needs. No functionality in - or information provided by - cargo-about constitutes legal advice.
cargo install --locked --features cli cargo-about
cargo-update# ~/.cargo/.install_config.toml
[cargo-about]
default_features = false
features = ["cli"]
enforce_lock = true
pacman -S cargo-about
# Generates `about.toml` and `about.hbs` in your cargo project
cargo about init
# Generate the license information with
cargo about generate about.hbs > license.html
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
(top 30 of 32)
Rust
96.7%
Handlebars
3.3%
π Cargo plugin to generate list of all licenses for a crate π¦
781
stars
239
commits
Rust
primary language
Aug 18, 2026
updated
See the book π for in-depth documentation.
Please Note: This is a tool that we use (and like!) and it makes sense to us to release it as open source. However, we canβt take any responsibility for your use of the tool, if it will function correctly or fulfil your needs. No functionality in - or information provided by - cargo-about constitutes legal advice.
cargo install --locked --features cli cargo-about
cargo-update# ~/.cargo/.install_config.toml
[cargo-about]
default_features = false
features = ["cli"]
enforce_lock = true
pacman -S cargo-about
# Generates `about.toml` and `about.hbs` in your cargo project
cargo about init
# Generate the license information with
cargo about generate about.hbs > license.html
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
(top 30 of 32)
Rust
96.7%
Handlebars
3.3%