# 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" version = "1.2.3" authors = ["Jan Likar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo subcommand to fetch the source code of a Rust crate" homepage = "https://github.com/JanLikar/cargo-clone" documentation = "https://github.com/JanLikar/cargo-clone" readme = "README.md" keywords = [ "cargo", "subcommand", "clone", ] license = "Apache-2.0/MIT" repository = "https://github.com/JanLikar/cargo-clone" [[bin]] name = "cargo-clone" path = "src/main.rs" [[test]] name = "test_cli" path = "tests/test_cli.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo] version = "0.75.1" [dependencies.cargo-clone-core] version = "0.2" [dependencies.clap] version = "4.5.16" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.tempfile] version = "3.12.0" [features] vendored-openssl = ["cargo/vendored-openssl"]