# 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-what" version = "0.1.3" authors = ["Christopher Haster "] description = "Tells you what type things are" documentation = "https://docs.rs/cargo-what" readme = "README.md" keywords = ["macro", "todo", "debug"] categories = ["command-line-utilities", "development-tools::debugging"] license = "MIT" repository = "https://github.com/geky/cargo-what" [[bin]] name = "cargo-what" required-features = ["build-bin"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.atty] version = "0.2" optional = true [dependencies.colored] version = "2.0" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.paste] version = "1.0" [dependencies.regex] version = "1.3" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.term] version = "0.4" optional = true [dev-dependencies.anyhow] version = "1.0" [features] build-bin = ["anyhow", "atty", "serde_json", "regex", "lazy_static", "term", "colored"]