# 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 = "reqwest-file" version = "0.2.1" authors = ["Alexander van Ratingen"] description = "Use web resources like regular async files" homepage = "https://github.com/alvra/reqwest-file" documentation = "https://docs.rs/reqwest-file" readme = "README.md" keywords = [ "http", "request", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alvra/reqwest-file" resolver = "2" [dependencies.bytes] version = "1.1.0" [dependencies.futures-util] version = "0.3.21" [dependencies.pin-project] version = "1.0.10" [dependencies.reqwest] version = "0.11.9" features = ["stream"] default-features = false [dependencies.tokio] version = "1.16.1" default-features = false [dependencies.tokio-util] version = "0.7.0" features = ["io"] default-features = false [dev-dependencies.axum] version = "0.4.5" features = ["headers"] default-features = false [dev-dependencies.paste] version = "1.0.6" [dev-dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dev-dependencies.tokio] version = "1.16.1" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.2"