[package] name = "grab_github" description = "Obtain a list of files from a GitHub repository and download them to a folder using the GitHub API." authors = ["Ashley Rogers "] version = "0.1.0" edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/azrogers/grab_github" keywords = ["git", "download", "github"] categories = ["api-bindings"] [dependencies] futures = "0.3.30" glob-match = "0.2.1" itertools = "0.13.0" reqwest = "0.12.5" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" const_format = "0.2.32" tokio = { version = "1.38.0", features = ["sync", "macros", "fs"] } base64 = "0.22.1" [dev-dependencies] sha1 = "0.10.6"