# 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 = "streaming-http-range-client" version = "0.1.1" description = "A client for ergonomically streaming HTTP Range requests" license = "MIT OR Apache-2.0" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.73" [dependencies.futures-util] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.18" features = ["stream"] [dependencies.tokio] version = "1.30.0" default-features = false [dependencies.tokio-util] version = "0.7.8" features = ["io"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1.30.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3"