wreq-proto 0.2.3

Protocol utilities for wreq
Documentation
# 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"
rust-version = "1.85"
name = "wreq-proto"
version = "0.2.3"
authors = [
    "0x676e67 <gngppz@gmail.com>",
    "Sean McArthur <sean@seanmonstar.com>",
]
build = false
include = [
    "README.md",
    "LICENSE",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol utilities for wreq"
documentation = "https://docs.rs/wreq-proto"
readme = "README.md"
keywords = [
    "http",
    "client",
]
categories = ["web-programming::http-client"]
license = "Apache-2.0"
repository = "https://github.com/0x676e67/wreq-proto"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = []
full = ["tracing"]
tracing = [
    "dep:tracing",
    "http2/tracing",
    "tracing?/std",
]

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures-channel]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"
default-features = false

[dependencies.http]
version = "1.4.0"

[dependencies.http-body]
version = "1.0.1"

[dependencies.http2]
version = "0.5.16"
features = ["unstable"]

[dependencies.httparse]
version = "1.10.1"

[dependencies.pin-project-lite]
version = "0.2.17"

[dependencies.smallvec]
version = "1.15.1"
features = [
    "const_generics",
    "const_new",
]

[dependencies.tokio]
version = "1.52.3"
default-features = false

[dependencies.tokio-util]
version = "0.7.18"
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true
default-features = false

[dependencies.want]
version = "0.3.1"

[dev-dependencies.futures-channel]
version = "0.3"
features = ["sink"]

[dev-dependencies.futures-util]
version = "0.3"
features = [
    "alloc",
    "sink",
]
default-features = false

[dev-dependencies.h2]
version = "0.4.6"

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.hyper]
version = "1.7.0"
features = [
    "http1",
    "http2",
    "server",
]
default-features = false

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.spmc]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "net",
    "io-std",
    "io-util",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
    "test-util",
]

[dev-dependencies.tokio-test]
version = "0.4.5"

[dev-dependencies.tracing]
version = "0.1"

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