# 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 = "2018" rust-version = "1.63" name = "sec-http3" version = "0.1.2" authors = [ "Dario Lencina ", "Tei Leelo Roberts ", ] description = "An async HTTP/3 implementation that supports web transport." documentation = "https://docs.rs/sec-http3" readme = "README.md" keywords = [ "http3", "quic", "sec-http3", "webtransport", ] categories = [ "network-programming", "web-programming::http-client", "web-programming::http-server", "webtransport", ] license = "MIT" repository = "https://github.com/security-union/sec-http3" [dependencies.bytes] version = "1" [dependencies.fastrand] version = "1.9.0" [dependencies.futures] version = "0.3.27" [dependencies.futures-util] version = "0.3" features = ["io"] default-features = false [dependencies.http] version = "0.2.9" [dependencies.pin-project-lite] version = "0.2" default_features = false [dependencies.quinn] version = "0.10" features = [ "runtime-tokio", "tls-rustls", "ring", "futures-io", ] default-features = false [dependencies.quinn-proto] version = "0.10" default-features = false [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tokio-util] version = "0.7.7" [dependencies.tracing] version = "0.1.37" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.bytes] version = "1" [dev-dependencies.proptest] version = "1" [dev-dependencies.rcgen] version = "0.10" [dev-dependencies.rustls] version = "0.21" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "io-util", "io-std", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "ansi", "env-filter", "time", "tracing-log", ] default-features = false