# 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" rust-version = "1.57.0" name = "cargo-crate-api" version = "0.0.1" include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md", "examples/**/*"] description = "Interact with the crate's API" homepage = "https://github.com/crate-ci/cargo-crate-api" documentation = "https://github.com/crate-ci/cargo-crate-api" keywords = ["cargo"] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/crate-ci/cargo-crate-api.git" [dependencies.cargo_metadata] version = "0.14" [dependencies.clap] version = "3.0.6" features = ["derive"] [dependencies.clap-cargo] version = "0.8" features = ["cargo_metadata"] [dependencies.clap-verbosity-flag] version = "0.4" [dependencies.concolor-clap] version = "0.0.9" features = ["api_unstable"] [dependencies.concolor-control] version = "0.0.7" [dependencies.crate-api] version = "0.0.1" [dependencies.env_logger] version = "0.9" [dependencies.eyre] version = "0.6" [dependencies.git2] version = "0.13" features = ["vendored-libgit2"] default-features = false [dependencies.human-panic] version = "1" [dependencies.log] version = "0.4" [dependencies.proc-exit] version = "1" [dependencies.rustdoc-json-types-fork] version = "0.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termtree] version = "0.2.4" [dependencies.yansi] version = "0.5.0"