# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-smithy-eventstream" version = "0.60.5" authors = ["AWS Rust SDK Team ", "John DiSanti "] description = "Event stream logic for smithy-rs." edition = "2021" 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] derive-arbitrary = ["arbitrary", "derive_arbitrary"] [dependencies] bytes = "1" crc32fast = "1.3" [dependencies.arbitrary] version = "1.3" optional = true [dependencies.aws-smithy-types] path = "../aws-smithy-types" version = "1.2.6" [dependencies.derive_arbitrary] version = "1.3" optional = true [dev-dependencies] bytes-utils = "0.1"