# 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.71" name = "s2n-quic-platform" version = "0.51.0" authors = ["AWS s2n"] exclude = ["corpus.tar.gz"] description = "Internal crate used by s2n-quic" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/aws/s2n-quic" [package.metadata.kani.flags] tests = true [package.metadata.kani.unstable] stubbing = true [dependencies.bach] version = "0.0.6" optional = true [dependencies.bolero-generator] version = "0.11" optional = true [dependencies.cfg-if] version = "1" [dependencies.futures] version = "0.3" features = ["async-await"] optional = true default-features = false [dependencies.lazy_static] version = "1" optional = true [dependencies.s2n-quic-core] version = "=0.51.0" default-features = false [dependencies.s2n-quic-xdp] version = "=0.51.0" optional = true [dependencies.socket2] version = "0.5" features = ["all"] optional = true [dependencies.tokio] version = "1" features = [ "macros", "net", "rt", "time", ] optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.turmoil] version = "0.6.0" optional = true [dev-dependencies.bach] version = "0.0.6" [dev-dependencies.bolero] version = "0.11" [dev-dependencies.bolero-generator] version = "0.11" [dev-dependencies.futures] version = "0.3" features = ["std"] [dev-dependencies.insta] version = "1" features = ["json"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing] version = "0.1" [features] default = [ "std", "tokio-runtime", ] generator = [ "bolero-generator", "s2n-quic-core/generator", ] io-testing = [ "bach", "tracing", ] std = [ "s2n-quic-core/std", "socket2", "lazy_static", ] testing = [ "std", "generator", "futures/std", "io-testing", ] tokio-runtime = [ "futures", "tokio", ] xdp = ["s2n-quic-xdp"] [target."cfg(unix)".dependencies.libc] version = "0.2" [lints.rust.unexpected_cfgs] level = "warn" priority = 0