qconnection 0.5.0

Encapsulation of QUIC connections, a part of dquic
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"
rust-version = "1.88.0"
name = "qconnection"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encapsulation of QUIC connections, a part of dquic"
readme = "README.md"
keywords = [
    "async",
    "quic",
    "http3",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/genmeta/dquic"
resolver = "2"

[features]
datagram = ["dep:qdatagram"]
default = ["datagram"]
telemetry = ["qevent/telemetry"]

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

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.derive_more]
version = "2"
features = [
    "as_ref",
    "deref",
    "display",
    "from",
]

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.qbase]
version = "0.5.0"

[dependencies.qcongestion]
version = "0.5.0"

[dependencies.qevent]
version = "0.5.0"

[dependencies.qinterface]
version = "0.5.0"

[dependencies.qrecovery]
version = "0.5.0"

[dependencies.qresolve]
version = "0.5.0"

[dependencies.qtraversal]
version = "0.5.0"

[dependencies.rand]
version = "0.10"

[dependencies.ring]
version = "0.17"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
    "macros",
]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.x509-parser]
version = "0.18"

[target."cfg(any(unix, windows))".dependencies.qdatagram]
version = "0.5.0"
optional = true

[target."cfg(any(unix, windows))".dependencies.qinterface]
version = "0.5.0"
features = ["qudp"]