nxtquic-api 0.1.3

High-level async API for NxtQuic
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 = "nxtquic-api"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level async API for NxtQuic"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nxtstream/nxtquic"

[features]
default = ["tokio-runtime"]
tokio-runtime = ["dep:tokio"]

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

[dependencies.bytes]
version = "1"

[dependencies.nxtquic-crypto]
version = "0.1.3"

[dependencies.nxtquic-proto]
version = "0.1.3"

[dependencies.nxtquic-udp]
version = "0.1.3"

[dependencies.rand]
version = "0.9"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]