[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]
features = ["derive"]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.tokio]
features = ["sync", "macros", "fs"]
version = "1.38.0"
[dev-dependencies.sha1]
version = "0.10.6"
[lib]
name = "grab_github"
path = "src/lib.rs"
[package]
authors = ["Ashley Rogers <ashley@anime.lgbt>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Obtain a list of files from a GitHub repository and download them to a folder using the GitHub API."
edition = "2021"
keywords = ["git", "download", "github"]
license = "MIT"
name = "grab_github"
readme = "README.md"
repository = "https://github.com/azrogers/grab_github"
version = "0.1.0"
[[test]]
name = "download"
path = "tests/download.rs"
[[test]]
name = "filter"
path = "tests/filter.rs"
[[test]]
name = "source_tree"
path = "tests/source_tree.rs"