aws-smithy-types 0.30.0-alpha

Types for smithy-rs codegen.
Documentation
[package]
name = "aws-smithy-types"
version = "0.30.0-alpha"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Types for smithy-rs codegen."
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"

[dependencies]
itoa = "0.4.0"
num-integer = "0.1"
ryu = "1.0.5"
time = { version = "0.3.4", features = ["parsing"] }

[dev-dependencies]
base64 = "0.13.0"
lazy_static = "1.4"
proptest = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"