# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cargo-license-page" version = "0.1.0" authors = ["Grant Handy "] exclude = ["css/input.css"] description = "Create an HTML page for the licenses of all dependencies" homepage = "https://github.com/grantshandy/cargo-license-page" readme = "README.md" keywords = [ "license", "dependencies", "html", ] license = "GPL-3.0-only" resolver = "2" [dependencies.argh] version = "0.1" [dependencies.cargo_metadata] version = "0.15" [dependencies.cargo_toml] version = "0.11" [dependencies.html-escape] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tinytemplate] version = "1.2"