comnoq 0.1.0-dev.2

QUIC for compio with noq backend
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 = "comnoq"
version = "0.1.0-dev.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QUIC for compio with noq backend"
readme = "README.md"
keywords = [
    "async",
    "net",
    "quic",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "MIT"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["ring"]
h3 = [
    "dep:h3",
    "dep:h3-datagram",
]
io-compat = ["futures-util/io"]
native-certs = ["dep:rustls-native-certs"]
platform-verifier = ["dep:rustls-platform-verifier"]
qlog = ["noq-proto/qlog"]
ring = [
    "noq-proto/rustls-ring",
    "rustls/ring",
]
sync = []
webpki-roots = ["dep:webpki-roots"]
windows-gro = []

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

[[example]]
name = "http3-client"
path = "examples/http3-client.rs"
required-features = ["h3"]

[[example]]
name = "http3-server"
path = "examples/http3-server.rs"
required-features = ["h3"]

[[example]]
name = "quic-client"
path = "examples/quic-client.rs"

[[example]]
name = "quic-dispatcher"
path = "examples/quic-dispatcher.rs"
required-features = ["sync"]

[[example]]
name = "quic-server"
path = "examples/quic-server.rs"

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

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

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

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

[[bench]]
name = "quic"
path = "benches/quic.rs"
harness = false
required-features = ["io-compat"]

[dependencies.compio]
version = "0.18.0"
features = [
    "bytes",
    "dispatcher",
    "fs",
    "io",
    "macros",
    "net",
    "runtime",
    "sync",
    "time",
]

[dependencies.compio-log]
version = "0.1.0"

[dependencies.flume]
version = "0.12.0"
features = ["async"]
default-features = false

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

[dependencies.h3]
version = "0.0.8"
optional = true

[dependencies.h3-datagram]
version = "0.0.2"
optional = true

[dependencies.noq-proto]
version = "0.16.0"
default-features = false

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.rustls]
version = "0.23.37"
features = ["std"]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8.3"
optional = true

[dependencies.rustls-platform-verifier]
version = "0.6.2"
optional = true

[dependencies.synchrony]
version = "0.1.7"
features = ["async_flag"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.webpki-roots]
version = "1.0.6"
optional = true

[dev-dependencies.compio]
version = "0.18.0"
features = ["criterion"]

[dev-dependencies.criterion]
version = "0.8.2"
features = ["async_tokio"]

[dev-dependencies.http]
version = "1.1.0"

[dev-dependencies.noq]
version = "0.17.0"

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.rcgen]
version = "0.14.1"

[dev-dependencies.socket2]
version = "0.6.3"
features = ["all"]

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[build-dependencies.cfg_aliases]
version = "0.2.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2.183"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_Networking_WinSock"]