# 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 = "async-fetcher" version = "0.11.0" authors = ["Michael Aaron Murphy "] description = "Asynchronous multi-connection multi-download resumable HTTP file fetching state machine" readme = "README.md" keywords = [ "async", "file", "fetch", "download", "parallel", ] categories = [ "asynchronous", "network-programming", "web-programming::http-client", ] license = "MPL-2.0" repository = "https://github.com/pop-os/async-fetcher" [dependencies.async-shutdown] version = "0.2.2" [dependencies.derive-new] version = "0.6.0" [dependencies.derive_setters] version = "0.1.6" [dependencies.digest] version = "0.10.7" [dependencies.filetime] version = "0.2.23" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.http] version = "1.1.0" [dependencies.httpdate] version = "1.0.3" [dependencies.ifaces] version = "0.1.0" [dependencies.log] version = "0.4.21" [dependencies.md-5] version = "0.10.6" [dependencies.numtoa] version = "0.2.4" [dependencies.remem] version = "0.1.0" [dependencies.reqwest] version = "0.12.4" features = ["stream"] [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.37.0" features = [ "fs", "io-util", "rt", "sync", "time", ] [features]