# 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 = "clone-github-subdir" version = "0.1.1" authors = ["Abhishek Kumar "] description = "Clone any sub-directory of a Github repository to your local machine." homepage = "https://github.com/isurfer21/clone-github-subdir" readme = "README.md" keywords = [ "cli", "dir", "clone", "git", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/isurfer21/clone-github-subdir.git" [[bin]] name = "cgs" path = "src/main.rs" [dependencies.base64] version = "0.21.2" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.serde_json] version = "1.0.103" [dependencies.url] version = "2.4.0"