# 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 = "clopy" version = "0.1.2" authors = ["jedidiah park"] description = "it's like git shallow clone, but it only makes a copy" readme = "README.md" keywords = ["git", "clone", "degit", "copy", "template"] categories = ["command-line-utilities", "filesystem", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/kjpark/clopy" resolver = "2" [dependencies.bytes] version = "1.1" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.flate2] version = "1.0" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1" features = ["full"]