[dependencies.bytes]
version = "1.10"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.log]
features = ["kv"]
version = "0.4.28"
[dependencies.reqwest]
features = ["stream"]
version = "0.12"
[dependencies.tokio]
default-features = false
features = []
version = "1.47"
[dev-dependencies.axum]
version = "0.8"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.tokio]
features = ["full"]
version = "1.47"
[dev-dependencies.tower-http]
features = ["fs"]
version = "0.6.6"
[lib]
name = "remote_file"
path = "src/lib.rs"
[package]
authors = ["b0lo <b01o@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "A file-like object for reading remote files over HTTP with range requests."
edition = "2024"
keywords = ["file", "http", "remote", "async"]
license = "MIT"
name = "remote-file"
readme = "README.md"
repository = "https://github.com/b01o/remote-file"
version = "0.1.2"
[[test]]
name = "http_test"
path = "tests/http_test.rs"