# cargo-license-page Create an HTML page for your project that includes all your dependencies' dependencies and their licenses. ```shell $ cargo install cargo-license-page ``` ![screenshot](./screenshot.png) Command Line Options: ``` Usage: cargo license-page [-m ] [-o ] 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 ```