#html #web-page #license #dependencies

app cargo-license-page

Create an HTML page for the licenses of all dependencies

1 unstable release

0.1.0 Jul 26, 2022

#38 in #license

GPL-3.0-only

72KB
187 lines

cargo-license-page

Create an HTML page for your project that includes all your dependencies' dependencies and their licenses.

$ cargo install cargo-license-page

screenshot

Command Line Options:

Usage: cargo license-page [-m <manifest>] [-o <output>]

Create an html page for all your dependencies licenses

Options:
  -m, --manifest    what Cargo.toml manifest to use
  -o, --output      where to save the output html file
  --help            display usage information

Dependencies

~1.5–2.3MB
~49K SLoC