| Crates.io | cargo-license-page |
| lib.rs | cargo-license-page |
| version | 0.1.0 |
| created_at | 2022-07-26 00:26:31.753501+00 |
| updated_at | 2022-07-26 00:26:31.753501+00 |
| description | Create an HTML page for the licenses of all dependencies |
| homepage | https://github.com/grantshandy/cargo-license-page |
| repository | |
| max_upload_size | |
| id | 632877 |
| size | 116,158 |
Create an HTML page for your project that includes all your dependencies' dependencies and their licenses.
$ cargo install cargo-license-page

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