18 18 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-runtime"
|
19 19 | features = ["client"]
|
20 20 | [dependencies.aws-smithy-runtime-api]
|
21 21 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-runtime-api"
|
22 22 | features = ["client", "http-02x"]
|
23 23 | [dependencies.aws-smithy-types]
|
24 24 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-types"
|
25 25 | [dependencies.bytes]
|
26 26 | version = "1.4.0"
|
27 27 | [dependencies.http]
|
28 28 | version = "0.2.9"
|
29 29 | [dev-dependencies.aws-smithy-http-client]
|
30 30 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-http-client"
|
31 31 | features = ["test-util"]
|
32 32 | [dev-dependencies.aws-smithy-protocol-test]
|
33 33 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-protocol-test"
|
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 - | rustls = ["aws-smithy-runtime/default-http-connector"]
|
48 + | rustls = ["aws-smithy-runtime/tls-rustls"]
|
49 + | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
49 50 | gated-tests = []
|
50 - | default = ["rt-tokio", "rustls"]
|
51 + | default = ["rt-tokio", "rustls", "default-https-client"]
|
51 52 |
|
52 53 |
|