# 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.65" name = "squinn-proto" version = "0.11.8" description = "State machine for the QUIC transport protocol" keywords = ["quic"] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true [lib] name = "quinn_proto" crate-type = ["lib"] path = "src/lib.rs" test = true doc = true [dependencies.arbitrary] version = "1.0.1" features = ["derive"] optional = true [dependencies.bytes] version = "1" [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.16.7" optional = true [dependencies.rustc-hash] version = "1.1" [dependencies.rustls] version = "0.21.0" features = ["quic"] optional = true default-features = false [dependencies.rustls-native-certs] version = "0.6" optional = true [dependencies.scionnet] version = "0.0.7" [dependencies.slab] version = "0.4" [dependencies.thiserror] version = "1.0.21" [dependencies.tinyvec] version = "1.1" features = ["alloc"] [dependencies.tracing] version = "0.1.37" [dev-dependencies.assert_matches] version = "1.1" [dev-dependencies.hex-literal] version = "0.4.0" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.rcgen] version = "0.11.1" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "ansi", "time", "local-time", ] default-features = false [features] default = [ "tls-rustls", "log", ] log = ["tracing/log"] native-certs = ["rustls-native-certs"] tls-rustls = [ "rustls", "ring", ] [badges.maintenance] status = "experimental"