9 9 | repository = "https://github.com/smithy-lang/smithy-rs"
|
10 10 | rust-version = "1.91.1"
|
11 11 | [package.metadata.docs.rs]
|
12 12 | all-features = true
|
13 13 | targets = ["x86_64-unknown-linux-gnu"]
|
14 14 | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
15 15 | rustdoc-args = ["--cfg", "docsrs"]
|
16 16 |
|
17 17 | [dependencies]
|
18 18 | bytes = "1.11.1"
|
19 - | crc-fast = "~1.9.0"
|
19 + | crc-fast = "=1.4.0"
|
20 20 | hex = "0.4.3"
|
21 21 | http-body-util = "0.1.3"
|
22 22 | md-5 = "0.11"
|
23 23 | pin-project-lite = "0.2.14"
|
24 24 | sha1 = "0.11"
|
25 25 | sha2 = "0.11"
|
26 26 | tracing = "0.1.44"
|
27 27 |
|
28 28 | [dependencies.aws-smithy-http]
|
29 29 | path = "../aws-smithy-http"
|