12 12 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-async"
|
13 13 | [dependencies.aws-smithy-eventstream]
|
14 14 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-eventstream"
|
15 15 | [dependencies.aws-smithy-http]
|
16 16 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-http"
|
17 17 | features = ["event-stream"]
|
18 18 | [dependencies.aws-smithy-json]
|
19 19 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-json"
|
20 20 | [dependencies.aws-smithy-runtime]
|
21 21 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-runtime"
|
22 22 | features = ["client"]
|
23 23 | [dependencies.aws-smithy-runtime-api]
|
24 24 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-runtime-api"
|
25 25 | features = ["client", "http-02x"]
|
26 26 | [dependencies.aws-smithy-types]
|
27 27 | path = "/home/build/workspace/smithy-rs/rust-runtime/aws-smithy-types"
|
28 28 | features = ["http-body-0-4-x"]
|
29 29 | [dependencies.bytes]
|
30 30 | version = "1.4.0"
|
31 31 | [dependencies.http]
|
32 32 | version = "0.2.9"
|
33 33 | [dependencies.hyper]
|
34 34 | version = "0.14.26"
|
35 35 | features = ["stream"]
|
36 36 | [dependencies.tracing]
|
37 37 | version = "0.1"
|
38 38 | [features]
|
39 39 | test-util = ["aws-smithy-runtime/test-util"]
|
40 40 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
41 41 | behavior-version-latest = []
|
42 - | rustls = ["aws-smithy-runtime/default-http-connector"]
|
42 + | rustls = ["aws-smithy-runtime/tls-rustls"]
|
43 + | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
43 44 | gated-tests = []
|
44 - | default = ["rt-tokio", "rustls"]
|
45 + | default = ["rt-tokio", "rustls", "default-https-client"]
|
45 46 |
|
46 47 |
|