[[bench]]
harness = false
name = "encoding"
path = "benches/encoding.rs"
[dependencies.buffet]
version = "0.2.1"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.eyre]
default-features = false
version = "0.6.12"
[dependencies.futures-util]
version = "0.3.30"
[dependencies.http]
version = "1.1.0"
[dependencies.loona-h2]
version = "0.2.1"
[dependencies.loona-hpack]
version = "0.3.2"
[dependencies.memchr]
version = "2.7.4"
[dependencies.nom]
default-features = false
version = "7.1.3"
[dependencies.pretty-hex]
default-features = false
version = "0.4.1"
[dependencies.smallvec]
default-features = false
features = ["const_generics", "const_new", "union"]
version = "1.13.2"
[dependencies.thiserror]
default-features = false
version = "1.0.63"
[dependencies.tokio]
features = ["macros", "sync"]
version = "1.39.2"
[dependencies.tracing]
default-features = false
version = "0.1.40"
[dev-dependencies.buffet]
version = "0.2.1"
[dev-dependencies.bytes]
default-features = false
version = "1.7.1"
[dev-dependencies.cargo-husky]
features = ["user-hooks"]
version = "1"
[dev-dependencies.codspeed-criterion-compat]
version = "2.6.0"
[dev-dependencies.color-eyre]
version = "0.6.3"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.futures-util]
default-features = false
features = ["std"]
version = "0.3.30"
[dev-dependencies.httparse]
default-features = false
features = ["std"]
version = "1.9.4"
[dev-dependencies.httpwg-macros]
version = "0.2.1"
[dev-dependencies.itoa]
version = "1.0.11"
[dev-dependencies.libc]
version = "0.2.155"
[dev-dependencies.pretty_assertions]
default-features = false
features = ["std"]
version = "1.4.0"
[dev-dependencies.rcgen]
version = "0.13.1"
[dev-dependencies.socket2]
version = "0.5.7"
[dev-dependencies.tokio]
default-features = false
features = ["io-util", "process", "time"]
version = "1.39.2"
[dev-dependencies.tokio-stream]
default-features = false
version = "0.1.15"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["std", "fmt", "ansi", "env-filter"]
version = "0.3.18"
[[example]]
name = "tls"
path = "examples/tls/main.rs"
[features]
default = ["uring"]
uring = ["buffet/uring"]
[lib]
name = "loona"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
HTTP 1 and 2 on top of io_uring
"""
documentation = "https://docs.rs/loona"
edition = "2021"
keywords = ["http", "http1", "http2", "io-uring", "loona"]
license = "MIT OR Apache-2.0"
name = "loona"
readme = "README.md"
repository = "https://github.com/bearcove/loona"
rust-version = "1.80"
version = "0.2.1"
[target.'cfg(target_os = "linux")'.dev-dependencies.ktls]
version = "6.0.0"
[target.'cfg(target_os = "linux")'.dev-dependencies.rustls]
version = "0.23.12"
[target.'cfg(target_os = "linux")'.dev-dependencies.tokio-rustls]
version = "0.26.0"
[[test]]
name = "httpwg"
path = "tests/httpwg.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "proxy"
path = "tests/proxy.rs"
[[test]]
name = "testbed"
path = "tests/testbed.rs"