[dependencies.indicatif]
version = ">=0.1.0"
[dependencies.minreq]
features = ["https", "urlencoding"]
optional = true
version = ">=2.12.0"
[dependencies.percent-encoding]
optional = true
version = ">=0.1.0"
[dependencies.reqwest]
features = ["blocking"]
optional = true
version = ">=0.1.0"
[features]
default = ["reqwest"]
minreq = ["dep:minreq", "dep:percent-encoding"]
reqwest = ["dep:reqwest"]
[lib]
name = "http_writer"
path = "src/lib.rs"
[package]
authors = ["funh2029 <funh2029@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Convert any stream into a put request"
edition = "2021"
keywords = ["writer", "tar", "http", "put", "xz"]
license = "MIT"
name = "http_writer"
readme = "README.md"
repository = "https://github.com/rust-org/lib-http-writer"
version = "0.1.1"