aws-smithy-eventstream 0.47.0

Event stream logic for smithy-rs.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-smithy-eventstream"
version = "0.47.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
description = "Event stream logic for smithy-rs."
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

[features]
derive-arbitrary = ["arbitrary"]

[dependencies]
bytes = "1"
crc32fast = "1.3"

[dependencies.arbitrary]
version = "1"
optional = true
features = ["derive"]

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "0.47.0"

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