loona 0.3.4

HTTP 1 and 2 on top of io_uring
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.80"
name = "loona"
version = "0.3.4"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
HTTP 1 and 2 on top of io_uring
"""
documentation = "https://docs.rs/loona"
readme = "README.md"
keywords = [
    "http",
    "http1",
    "http2",
    "io-uring",
    "loona",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"

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

[[example]]
name = "tls"
path = "examples/tls/main.rs"

[[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"

[[bench]]
name = "encoding"
path = "benches/encoding.rs"
harness = false

[dependencies.b-x]
version = "1.0.3"

[dependencies.buffet]
version = "0.3.3"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.http]
version = "1.1.0"

[dependencies.loona-h2]
version = "0.4.2"

[dependencies.loona-hpack]
version = "0.4.3"

[dependencies.memchr]
version = "2.7.4"

[dependencies.nom]
version = "7.1.3"
default-features = false

[dependencies.pretty-hex]
version = "0.4.1"
default-features = false

[dependencies.smallvec]
version = "1.13.2"
features = [
    "const_generics",
    "const_new",
    "union",
]
default-features = false

[dependencies.thiserror]
version = "1.0.63"
default-features = false

[dependencies.tokio]
version = "1.39.2"
features = [
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1.40"
default-features = false

[dev-dependencies.buffet]
version = "0.3.3"

[dev-dependencies.bytes]
version = "1.7.1"
default-features = false

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]

[dev-dependencies.codspeed-criterion-compat]
version = "2.6.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.futures-util]
version = "0.3.30"
features = ["std"]
default-features = false

[dev-dependencies.httparse]
version = "1.9.4"
features = ["std"]
default-features = false

[dev-dependencies.httpwg-macros]
version = "0.2.5"

[dev-dependencies.itoa]
version = "1.0.11"

[dev-dependencies.libc]
version = "0.2.155"

[dev-dependencies.pretty_assertions]
version = "1.4.0"
features = ["std"]
default-features = false

[dev-dependencies.rcgen]
version = "0.13.1"
features = ["aws_lc_rs"]
default-features = false

[dev-dependencies.socket2]
version = "0.5.7"

[dev-dependencies.tokio]
version = "1.39.2"
features = [
    "io-util",
    "process",
    "time",
]
default-features = false

[dev-dependencies.tokio-stream]
version = "0.1.15"
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3.18"
features = [
    "std",
    "fmt",
    "ansi",
    "env-filter",
]
default-features = false

[features]
default = ["uring"]
uring = ["buffet/uring"]

[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"