10 10 | rust-version = "1.88.0"
|
11 11 | readme = "README.md"
|
12 12 | [package.metadata.smithy]
|
13 13 | codegen-version = "ci"
|
14 14 | protocol = "aws.protocols#awsJson1_1"
|
15 15 | [package.metadata.docs.rs]
|
16 16 | all-features = true
|
17 17 | targets = ["x86_64-unknown-linux-gnu"]
|
18 18 | [dependencies.aws-credential-types]
|
19 19 | path = "../aws-credential-types"
|
20 - | version = "1.2.8"
|
20 + | version = "1.2.9"
|
21 21 |
|
22 22 | [dependencies.aws-runtime]
|
23 23 | path = "../aws-runtime"
|
24 24 | version = "1.5.13"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 28 | version = "1.2.6"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-http]
|
31 31 | path = "../aws-smithy-http"
|
32 32 | version = "0.62.5"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-json]
|
35 35 | path = "../aws-smithy-json"
|
36 36 | version = "0.61.7"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-runtime]
|
39 39 | path = "../aws-smithy-runtime"
|
40 40 | features = ["client"]
|
41 41 | version = "1.9.4"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-runtime-api]
|
44 44 | path = "../aws-smithy-runtime-api"
|
45 45 | features = ["client", "http-02x"]
|
46 46 | version = "1.9.2"
|
47 47 |
|
48 48 | [dependencies.aws-smithy-types]
|
49 49 | path = "../aws-smithy-types"
|
50 50 | version = "1.3.4"
|
51 51 |
|
52 52 | [dependencies.aws-types]
|
53 53 | path = "../aws-types"
|
54 54 | version = "1.3.10"
|
55 55 |
|
56 56 | [dependencies.bytes]
|
57 57 | version = "1.4.0"
|
58 58 |
|
59 59 | [dependencies.fastrand]
|
60 60 | version = "2.0.0"
|
61 61 |
|
62 62 | [dependencies.http]
|
63 63 | version = "0.2.9"
|
64 64 |
|
65 65 | [dependencies.regex-lite]
|
66 66 | version = "0.1.5"
|
67 67 |
|
68 68 | [dependencies.tracing]
|
69 69 | version = "0.1"
|
70 70 | [dev-dependencies.aws-config]
|
71 71 | path = "../aws-config"
|
72 72 | version = "1.8.10"
|
73 73 |
|
74 74 | [dev-dependencies.aws-credential-types]
|
75 75 | path = "../aws-credential-types"
|
76 76 | features = ["test-util"]
|
77 - | version = "1.2.8"
|
77 + | version = "1.2.9"
|
78 78 |
|
79 79 | [dev-dependencies.tokio]
|
80 80 | version = "1.23.1"
|
81 81 | features = ["macros", "test-util", "rt-multi-thread"]
|
82 82 |
|
83 83 | [features]
|
84 84 | behavior-version-latest = []
|
85 85 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
86 86 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
87 87 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|