# 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 = "grab_github" version = "0.1.0" authors = ["Ashley Rogers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Obtain a list of files from a GitHub repository and download them to a folder using the GitHub API." readme = "README.md" keywords = [ "git", "download", "github", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/azrogers/grab_github" [lib] name = "grab_github" path = "src/lib.rs" [[test]] name = "download" path = "tests/download.rs" [[test]] name = "filter" path = "tests/filter.rs" [[test]] name = "source_tree" path = "tests/source_tree.rs" [dependencies.base64] version = "0.22.1" [dependencies.const_format] version = "0.2.32" [dependencies.futures] version = "0.3.30" [dependencies.glob-match] version = "0.2.1" [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tokio] version = "1.38.0" features = [ "sync", "macros", "fs", ] [dev-dependencies.sha1] version = "0.10.6"