# 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-inspect" version = "0.10.3" authors = ["Matthias Endler "] description = "This extends Cargo to allow you to desugar your Rust code and see what happens behind the curtains." homepage = "https://github.com/mre/cargo-inspect" documentation = "https://github.com/mre/cargo-inspect/blob/master/README.md" readme = "README.md" keywords = ["cargo", "cargo-subcommand", "cli", "unpretty", "inspect"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "Apache-2.0/MIT" repository = "https://github.com/mre/cargo-inspect" [[bin]] name = "cargo-inspect" path = "src/bin/inspect/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.difference] version = "2.0.0" [dependencies.env_logger] version = "0.7.1" [dependencies.failure] version = "0.1.8" [dependencies.indicatif] version = "0.14.0" [dependencies.log] version = "0.4.8" [dependencies.prettyprint] version = "0.8.1" [dependencies.structopt] version = "0.3.14" [dependencies.syntect] version = "4.2.0" [dependencies.tempfile] version = "3.1.0"