rhtdl 0.1.0

reliable http downloader that does the right thing by default
Documentation
[[bin]]
name = "rhdl"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1.0.86"

[dependencies.headers]
version = "0.4.0"

[dependencies.http]
version = "1.1.0"

[dependencies.reqwest]
default-features = false
features = ["stream", "rustls-tls"]
version = "0.12.5"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.39.2"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3.18"

[dev-dependencies.futures-lite]
version = "2.3.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "time"]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

[features]
cli = ["dep:tracing-subscriber"]

[lib]
name = "rhtdl"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = "reliable http downloader that does the right thing by default"
edition = "2021"
exclude = ["shell.nix", "tests/htorture.rs"]
keywords = ["http", "client", "download"]
license = "MIT"
name = "rhtdl"
readme = "README.md"
repository = "https://codeberg.org/binarycat/rhtdl"
version = "0.1.0"

[[test]]
name = "vs_curl"
path = "tests/vs_curl.rs"