[package] name = "cargo-license-page" version = "0.1.0" edition = "2021" license = "GPL-3.0-only" authors = ["Grant Handy "] description = "Create an HTML page for the licenses of all dependencies" exclude = ["css/input.css"] readme = "README.md" homepage = "https://github.com/grantshandy/cargo-license-page" keywords = ["license", "dependencies", "html"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cargo_metadata = "0.15" tinytemplate = "1.2" serde = { version = "1.0", features = ["derive"] } html-escape = "0.2" argh = "0.1" cargo_toml = "0.11"