#cargo #spdx #license #cargo-subcommand

bin+lib cargo-about

Cargo plugin for generating a listing of all of the crates and the the terms under which they are licensed

26 releases

0.6.1 Jan 23, 2024
0.6.0 Dec 13, 2023
0.5.7 Sep 2, 2023
0.5.6 Apr 26, 2023
0.0.1 Nov 7, 2019

#197 in Cargo plugins

Download history 1770/week @ 2024-01-03 1800/week @ 2024-01-10 2070/week @ 2024-01-17 1690/week @ 2024-01-24 1469/week @ 2024-01-31 1531/week @ 2024-02-07 1583/week @ 2024-02-14 1647/week @ 2024-02-21 1872/week @ 2024-02-28 2454/week @ 2024-03-06 2039/week @ 2024-03-13 1852/week @ 2024-03-20 1863/week @ 2024-03-27 1848/week @ 2024-04-03 1753/week @ 2024-04-10 2160/week @ 2024-04-17

7,875 downloads per month

MIT/Apache

2MB
3K SLoC

πŸ“œ cargo-about

Cargo plugin for generating a license listing for all dependencies of a crate

Embark Opensource Embark Discord Crates.io API Docs SPDX Version Minimum Stable Rust Version dependency status Build Status

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.

Getting started

Installing

From crates.io

cargo install --locked cargo-about

On Arch Linux

pacman -S cargo-about

Generate license information for your own project

# 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

Contributing

Contributor Covenant

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started.

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, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~23–39MB
~718K SLoC