# 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 = "gitcurl" version = "0.2.1" authors = ["shadawck "] exclude = [ ".github/", ".gitignore", ".pre-commit-config.yaml", "commitlint.config.cjs", "CHANGELOG.md", ] description = "Clone a directory without using Git but using Curl" homepage = "https://github.com/shadawck/gitcurl" readme = "./README.md" keywords = [ "cli", "git", "curl", "pentest", "utility", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/shadawck/gitcurl" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }.{ archive-format }" bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }" pkg-fmt = "tgz" [dependencies.clap] version = "3.2.22" features = ["cargo"] [dependencies.fs_extra] version = "1.2.0" [dependencies.ureq] version = "2.5.0" features = ["tls"] default-features = false [dependencies.zip] version = "0.6.2" [target.aarch64-unknown-linux-gnu.dependencies.curl] version = "0.4.44" features = ["rustls"] default-features = false [target.aarch64-unknown-linux-musl.dependencies.curl] version = "0.4.44" features = ["rustls"] default-features = false [target.armv7-unknown-linux-gnueabihf.dependencies.curl] version = "0.4.44" features = ["rustls"] default-features = false [target."cfg(target_os = \"macos\")".dependencies.curl] version = "0.4.44" features = ["rustls"] default-features = false [target."cfg(target_os = \"windows\")".dependencies.curl] version = "0.4.44" features = ["rustls"] default-features = false [target.x86_64-unknown-linux-musl.dependencies.curl] version = "0.4.44" features = ["rustls"] default-features = false