19 19 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-runtime-api"
|
20 20 | features = ["client", "http-02x"]
|
21 21 | [dependencies.aws-smithy-types]
|
22 22 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-types"
|
23 23 | [dependencies.aws-smithy-xml]
|
24 24 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-xml"
|
25 25 | [dependencies.http]
|
26 26 | version = "0.2.9"
|
27 27 | [dev-dependencies.aws-smithy-protocol-test]
|
28 28 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-protocol-test"
|
29 29 | [dev-dependencies.aws-smithy-runtime]
|
30 30 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-runtime"
|
31 31 | features = ["client", "test-util"]
|
32 32 | [dev-dependencies.bytes]
|
33 33 | version = "1.4.0"
|
34 34 | [dev-dependencies.pretty_assertions]
|
35 35 | version = "1.3.0"
|
36 36 | [dev-dependencies.tokio]
|
37 37 | version = "1.23.1"
|
38 38 | features = ["macros", "test-util", "rt-multi-thread"]
|
39 39 | [dev-dependencies.tracing]
|
40 40 | version = "0.1"
|
41 41 | [dev-dependencies.tracing-test]
|
42 42 | version = "0.2.5"
|
43 43 | features = ["no-env-filter"]
|
44 44 | [features]
|
45 45 | test-util = ["aws-smithy-runtime/test-util"]
|
46 46 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
47 47 | behavior-version-latest = []
|
48 48 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
49 - | gated-tests = []
|
50 49 | default = ["rt-tokio", "rustls"]
|
51 50 |
|
52 51 |
|