ringline-http 0.2.0

Async HTTP/1.1 and HTTP/2 client for the ringline io_uring runtime
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 = "2024"
name = "ringline-http"
version = "0.2.0"
authors = ["Brian Martin <brayniac@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async HTTP/1.1 and HTTP/2 client for the ringline io_uring runtime"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/brayniac/ringline"
resolver = "2"

[features]
brotli = ["dep:brotli"]
compression = [
    "gzip",
    "zstd",
    "brotli",
]
gzip = ["dep:flate2"]
zstd = ["dep:zstd"]

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

[[example]]
name = "http_get"
path = "examples/http_get.rs"

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

[dependencies.brotli]
version = "7"
optional = true

[dependencies.bytes]
version = "1.11.1"

[dependencies.flate2]
version = "1"
optional = true

[dependencies.ringline]
version = "0.1.0"

[dependencies.ringline-h2]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13"
optional = true
default-features = false

[dev-dependencies.rustls]
version = "0.23"
default-features = false

[dev-dependencies.webpki-roots]
version = "0.26"