1 1 | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 2 | [package]
|
3 3 | name = "aws-smithy-checksums"
|
4 - | version = "0.63.2"
|
4 + | version = "0.63.3"
|
5 5 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
|
6 6 | description = "Checksum calculation and verification callbacks"
|
7 7 | edition = "2021"
|
8 8 | license = "Apache-2.0"
|
9 9 | repository = "https://github.com/smithy-lang/smithy-rs"
|
10 10 | [package.metadata.docs.rs]
|
11 11 | all-features = true
|
12 12 | targets = ["x86_64-unknown-linux-gnu"]
|
13 13 | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
14 14 | rustdoc-args = ["--cfg", "docsrs"]
|
15 15 |
|
16 16 | [dependencies]
|
17 17 | bytes = "1.10.0"
|
18 18 | hex = "0.4.3"
|
19 19 | http = "0.2.9"
|
20 20 | http-body = "0.4.5"
|
21 21 | md-5 = "0.10"
|
22 22 | pin-project-lite = "0.2.14"
|
23 23 | sha1 = "0.10"
|
24 24 | sha2 = "0.10"
|
25 25 | tracing = "0.1.40"
|
26 26 |
|
27 27 | [dependencies.aws-smithy-http]
|
28 28 | path = "../aws-smithy-http"
|
29 29 | version = "0.62.1"
|
30 30 |
|
31 31 | [dependencies.aws-smithy-types]
|
32 32 | path = "../aws-smithy-types"
|
33 33 | version = "1.3.1"
|
34 34 |
|
35 35 | [dependencies.crc-fast]
|
36 36 | version = "1.2.1"
|
37 - | features = ["optimize_crc32_auto"]
|
38 37 |
|
39 38 | [dev-dependencies]
|
40 39 | bytes-utils = "0.1.2"
|
41 40 | pretty_assertions = "1.3"
|
42 41 | tracing-test = "0.2.1"
|
43 42 |
|
44 43 | [dev-dependencies.tokio]
|
45 44 | version = "1.23.1"
|
46 45 | features = ["macros", "rt"]
|