# 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 = "apple-opensource-downloader" version = "0.1.0" authors = ["Gregory Szorc "] description = "Easily download Apple's open source code from opensource.apple.com (AOS)" readme = "README.md" keywords = ["apple", "aos"] license = "MPL-2.0" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-compression] version = "0.3" features = ["gzip", "tokio"] [dependencies.clap] version = "2.33" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.13" features = ["vendored-libgit2", "vendored-openssl"] [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.semver] version = "1.0" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1.14" features = ["full"] [dependencies.tokio-tar] version = "0.3"