# 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-core" version = "0.2.1" authors = ["Jan Likar "] description = "A library to fetch the source code of a Rust crate" homepage = "https://github.com/JanLikar/cargo-clone" documentation = "https://github.com/JanLikar/cargo-clone" keywords = [ "cargo", "subcommand", "clone", ] license = "Apache-2.0/MIT" repository = "https://github.com/JanLikar/cargo-clone" resolver = "1" [dependencies.anyhow] version = "1.0.75" [dependencies.cargo] version = "0.75.1" [dependencies.semver] version = "1.0.20" [dependencies.url] version = "2.5.0" [dependencies.walkdir] version = "2.4.0" [dev-dependencies.tempdir] version = "0.3.7"