# 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" name = "cargo-local-registry" version = "0.2.7" authors = ["Alex Crichton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A Cargo subcommand for managing local registries. """ homepage = "https://github.com/dhovart/cargo-local-registry" readme = "README.md" keywords = ["cargo-subcommand"] license = "MIT/Apache-2.0" repository = "https://github.com/dhovart/cargo-local-registry" [[bin]] name = "cargo-local-registry" path = "src/main.rs" [[test]] name = "all" path = "tests/all.rs" [dependencies.anyhow] version = "1.0.47" [dependencies.cargo] version = "0.81.0" [dependencies.cargo-platform] version = "0.1.0" [dependencies.docopt] version = "1.1.0" [dependencies.env_logger] version = "0.11.0" [dependencies.flate2] version = "1.0.22" [dependencies.openssl] version = "0.10.41" optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.46" [dependencies.tar] version = "0.4.26" [dependencies.url] version = "2.1.1" [dev-dependencies.tempfile] version = "3.1.0" [features] vendored-openssl = ["openssl/vendored"]