[dependencies.boring]
optional = true
version = "^4.17"
[dependencies.crossbeam-utils]
optional = true
version = "0.8.21"
[dependencies.log]
version = "^0.4"
[dependencies.quiche]
default-features = false
features = ["boringssl-boring-crate"]
version = "^0.24"
[dependencies.thiserror]
version = "^2.0"
[features]
client = []
default = ["client", "server"]
server = ["crossbeam-utils", "boring"]
[lib]
name = "zerortt_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Primitive types and traits for zerortt"
documentation = "https://docs.rs/zerortt"
edition = "2024"
license = "MIT"
name = "zerortt-api"
readme = "README.md"
repository = "https://github.com/ZeroRtt/0rtt/crates/api"
version = "0.1.21"