# 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 = "deps-readme" version = "0.1.0" authors = ["Yoliani"] exclude = ["**/tests/**"] description = "A tool to generate a README.md file with the dependencies of a Rust project" homepage = "https://github.com/Yoliani/cargo-deps-readme" documentation = "https://docs.rs/cargo-deps-readme" readme = "README.md" keywords = [ "cargo", "dependencies", "readme", ] categories = ["command-line-utilities"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/Yoliani/cargo-deps-readme" [dependencies.env_logger] version = "0.9.3" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1" features = ["full"]