cargo-license-page

Crates.iocargo-license-page
lib.rscargo-license-page
version0.1.0
sourcesrc
created_at2022-07-26 00:26:31.753501
updated_at2022-07-26 00:26:31.753501
descriptionCreate an HTML page for the licenses of all dependencies
homepagehttps://github.com/grantshandy/cargo-license-page
repository
max_upload_size
id632877
size116,158
Grant Handy (grantshandy)

documentation

README

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
Commit count: 0

cargo fmt