Cargo Features

aws-smithy-types has no features set by default.

[dependencies]
aws-smithy-types = { version = "1.3.0", features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "hyper-0-14-x", "rt-tokio", "test-util"] }
byte-stream-poll-next
http-body-0-4-x

Enables http ^0.2.9 and http-body ^0.4.5

Affects body::http_body_0_4_x, byte_stream::http_body_0_4_x

http-body-1-x

Enables http ^0.2.9, http, http-body ^0.4.5, http-body, and http-body-util

Affects body::http_body_1_x, byte_stream::http_body_1_x

hyper-0-14-x

Enables hyper ^0.14.26

rt-tokio

Enables fs, io-util and rt of tokio, io of tokio-util and futures-core, http ^0.2.9, and http-body ^0.4.5

futures-core:

ByteStream internals

serde-serialize serde-deserialize test-util