# 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-clone-crate" version = "0.1.9" authors = ["Eric Huss "] include = ["/src"] description = "Cargo subcommand to clone a repo from the registry." homepage = "https://github.com/ehuss/cargo-clone-crate" readme = "README.md" keywords = ["cargo"] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/ehuss/cargo-clone-crate" [lib] name = "cargo_clone" test = false [[bin]] name = "cargo-clone" path = "src/main.rs" test = false required-features = ["default"] [dependencies.anyhow] version = "1.0.37" [dependencies.clap] version = "4.4.6" features = ["cargo"] optional = true [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.flate2] version = "1.0.19" [dependencies.log] version = "0.4.11" [dependencies.regex] version = "1.4.2" [dependencies.reqwest] version = "0.11.0" features = [ "blocking", "json", ] default-features = false [dependencies.semver] version = "1" [dependencies.serde_json] version = "1.0.61" [dependencies.tar] version = "0.4.30" default-features = false [dev-dependencies.tempfile] version = "3.1.0" [features] bin = [ "dep:clap", "dep:env_logger", ] default = [ "bin", "reqwest/default-tls", ] rustls = ["reqwest/rustls-tls"]