aws-smithy-eventstream 0.30.0-alpha

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.30.0-alpha"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
description = "Event stream logic for smithy-rs."
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"

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

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

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

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

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