s2n-codec 0.73.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.88"
name = "s2n-codec"
version = "0.73.0"
authors = ["AWS s2n"]
build = false
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]
alloc = []
checked_range_unsafe = []
default = [
    "std",
    "bytes",
]
generator = ["bolero-generator"]
std = ["alloc"]
testing = [
    "std",
    "generator",
]

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

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

[dependencies.byteorder]
version = "1.1"
default-features = false

[dependencies.bytes]
version = "1"
optional = true
default-features = false

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]