# 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 = "get-git" version = "0.1.3" authors = ["Igna "] description = "Get subdirectory of github repo by using `git clone --filter` and `git sparse-checkout`" categories = [ "command-line-utilities", "accessibility", ] license = "MIT" repository = "https://github.com/Sssssaltyfish/get-git" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.http] version = "1.0.0" [dependencies.itertools] version = "0.12.0" [dependencies.tempdir] version = "0.3.7" [dependencies.walkdir] version = "2.4.0"