# 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_http_range_reader" version = "0.9.1" authors = ["Bas Zalmstra "] build = false exclude = ["test-data/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for streaming reading of files over HTTP using range requests" readme = "README.md" license = "MIT" repository = "https://github.com/prefix-dev/async_http_range_reader" [lib] name = "async_http_range_reader" path = "src/lib.rs" [dependencies.bisection] version = "0.1.0" [dependencies.futures] version = "0.3.28" [dependencies.http-content-range] version = "0.2.0" [dependencies.itertools] version = "0.13.0" [dependencies.memmap2] version = "0.9.0" [dependencies.reqwest] version = "0.12.3" features = ["stream"] default-features = false [dependencies.reqwest-middleware] version = "0.4.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.33.0" default-features = false [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.tokio-util] version = "0.7.9" [dependencies.tracing] version = "0.1.40" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.async_zip] version = "0.0.17" features = ["tokio"] default-features = false [dev-dependencies.axum] version = "0.7.5" features = [ "tokio", "http1", ] default-features = false [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tokio] version = "1.33.0" features = [ "macros", "test-util", ] default-features = false [dev-dependencies.tower-http] version = "0.6.1" features = ["fs"] default-features = false [dev-dependencies.url] version = "2.4.1"