# 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 = "kvarn-quinn-proto" version = "0.11.0-alpha1" description = "Temporary Kvarn fork: State machine for the QUIC transport protocol" keywords = ["quic"] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" [package.metadata.docs.rs] all-features = 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-platform-verifier] version = "0.1.1" optional = true [dependencies.slab] version = "0.4" [dependencies.thiserror] version = "1.0.21" [dependencies.tinyvec] version = "1.1" features = ["alloc"] [dependencies.tracing] version = "0.1.10" [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.12.0" [dev-dependencies.tracing-subscriber] version = "0.3.0" features = [ "env-filter", "fmt", "ansi", "time", "local-time", ] default-features = false [features] default = [ "tls-rustls", "log", ] log = ["tracing/log"] platform-verifier = ["rustls-platform-verifier"] tls-rustls = [ "rustls", "ring", ] [badges.maintenance] status = "experimental"