# 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 = "cc-downloader" version = "0.3.1" authors = ["Pedro Ortiz Suarez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A polite and user-friendly downloader for Common Crawl data." homepage = "https://commoncrawl.org" documentation = "https://docs.rs/cc-downloader" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pjox/cc-downloader" [[bin]] name = "cc-downloader" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.flate2] version = "1.0.35" [dependencies.futures] version = "0.3.31" [dependencies.indicatif] version = "0.17.9" [dependencies.reqwest] version = "0.12.9" features = [ "stream", "rustls-tls", ] default-features = false [dependencies.reqwest-middleware] version = "0.3.3" [dependencies.reqwest-retry] version = "0.6.1" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tokio-util] version = "0.7.12" features = ["compat"] [dependencies.url] version = "2.5.4"