# 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.70" name = "cargo-index" version = "0.2.7" authors = ["Eric Huss"] description = "Cargo subcommand to manage a registry index." homepage = "https://github.com/ehuss/cargo-index" readme = "README.md" keywords = ["cargo"] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/ehuss/cargo-index" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "4.4.6" features = ["cargo"] [dependencies.reg-index] version = "0.6.0" [dependencies.serde_json] version = "1.0.33" [dev-dependencies.regex] version = "1.3.0" [dev-dependencies.semver] version = "1.0.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.url] version = "2.1.0"