[package]
name = "aws-smithy-checksums"
version = "0.60.13"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
description = "Checksum calculation and verification callbacks"
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"]
[dependencies]
bytes = "1"
crc32c = "0.6.8"
crc32fast = "1.3"
hex = "0.4.3"
http = "0.2.8"
http-body = "0.4.4"
md-5 = "0.10"
pin-project-lite = "0.2.9"
sha1 = "0.10"
sha2 = "0.10"
tracing = "0.1"
[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
version = "0.60.11"
[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "1.2.8"
[dev-dependencies]
bytes-utils = "0.1.2"
pretty_assertions = "1.3"
tracing-test = "0.2.1"
[dev-dependencies.tokio]
version = "1.23.1"
features = ["macros", "rt"]