s2n-quic-platform 0.88.0

Internal crate used by s2n-quic
Documentation
# 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.92"
name = "s2n-quic-platform"
version = "0.88.0"
authors = ["AWS s2n"]
build = "build.rs"
exclude = ["corpus.tar.gz"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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

[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"]

[lib]
name = "s2n_quic_platform"
path = "src/lib.rs"

[dependencies.bach]
version = "0.1.0"
optional = true

[dependencies.bolero-generator]
version = "0.13"
optional = true
default-features = false

[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.88.0"
default-features = false

[dependencies.s2n-quic-xdp]
version = "=0.88.0"
optional = true

[dependencies.socket2]
version = "0.6"
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.7.0"
optional = true

[dev-dependencies.bach]
version = "0.1.0"

[dev-dependencies.bolero]
version = "0.13"

[dev-dependencies.bolero-generator]
version = "0.13"

[dev-dependencies.futures]
version = "0.3"
features = ["std"]

[dev-dependencies.insta]
version = "1"
features = ["json"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing]
version = "0.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"