aws-smithy-eventstream 0.60.21

Event stream logic for smithy-rs.
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.91.1"
name = "aws-smithy-eventstream"
version = "0.60.21"
authors = [
    "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
    "John DiSanti <jdisanti@amazon.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Event stream logic for smithy-rs."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/smithy-lang/smithy-rs"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
__bench-jemalloc = []
__bench-mimalloc = []
derive-arbitrary = [
    "dep:arbitrary",
    "dep:derive_arbitrary",
    "arbitrary?/derive",
]
test-util = []

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

[[bench]]
name = "write_message_performance"
path = "benches/write_message_performance.rs"
harness = false

[dependencies.arbitrary]
version = "1.3"
optional = true

[dependencies.aws-smithy-types]
version = "1.5.0"
features = ["http-body-1-x"]

[dependencies.bytes]
version = "1.11.1"

[dependencies.crc32fast]
version = "1.3"

[dependencies.derive_arbitrary]
version = "1.3"
optional = true

[dev-dependencies.bytes-utils]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.mimalloc]
version = "0.1.43"

[target.'cfg(not(target_os = "windows"))'.dev-dependencies.jemallocator]
version = "0.5"