# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-licensebundler" version = "1.0.0" authors = ["Ferdinand Linnenberg "] description = "Cargo subcommand to generate bundled license html" keywords = ["license"] categories = ["command-line-utilities"] license = "ISC" repository = "https://github.com/Scarjit/licensebundler" [dependencies.async-fs] version = "1.5.0" [dependencies.cargo-license] version = "0.4.1" [dependencies.cargo_metadata] version = "0.9.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.comrak] version = "0.10.1" [dependencies.futures-lite] version = "1.12.0" [dependencies.http] version = "0.2.4" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.reqwest] version = "0.11.3" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.6.1" features = ["rt", "macros", "rt-multi-thread"]