# 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-dephell" version = "0.5.1" authors = ["David Wong "] description = "Analyzes a project's third-party dependencies." readme = "README.md" keywords = ["cargo", "dependencies", "security"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/mimoo/cargo-dephell" [dependencies.askama] version = "0.10.5" [dependencies.base64] version = "0.13.0" [dependencies.camino] version = "1.0.2" [dependencies.cargo] version = "0.51.0" [dependencies.cargo_metadata] version = "0.12.3" [dependencies.chrono] version = "0.4.11" [dependencies.clap] version = "2.33.1" features = ["suggestions", "color"] [dependencies.glob] version = "0.3.0" [dependencies.guppy] version = "0.8.0" [dependencies.ignore] version = "0.4.15" [dependencies.loc] version = "0.5.0" [dependencies.regex] version = "1.3.7" [dependencies.reqwest] version = "0.10.4" features = ["blocking", "json"] [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempdir] version = "0.3.7"