# 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 = "2018" name = "cargo-get" version = "1.1.1" authors = ["Nicolai Unrein "] include = [ "src/**/*", "README.md", ] description = "Cargo plugin to easily query information from Cargo.toml files" readme = "README.md" keywords = [ "binary", "cargo", "cli", "dev-tools", "query", ] categories = [ "command-line-utilities", "config", "development-tools", "development-tools::cargo-plugins", "parsing", ] license = "Apache-2.0/MIT" repository = "https://github.com/nicolaiunrein/cargo-get" [dependencies.cargo_toml] version = "0.19.1" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.semver] version = "1.0.21" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.predicates] version = "3.1.0"