Skip to content

Commit

Permalink
chore: simplify features as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed Jan 26, 2023
1 parent 56b7b33 commit d8fcf49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust-runtime/aws-smithy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repository = "https://github.com/awslabs/smithy-rs"

[features]
rt-tokio = ["aws-smithy-async/rt-tokio"]
test-util = ["dep:aws-smithy-protocol-test", "dep:serde", "serde?/derive", "rustls"]
test-util = ["dep:aws-smithy-protocol-test", "dep:serde", "serde/derive", "rustls"]
native-tls = ["dep:hyper-tls", "client-hyper", "rt-tokio"]
rustls = ["dep:hyper-rustls", "dep:lazy_static", "client-hyper", "rt-tokio"]
client-hyper = ["dep:hyper"]
hyper-webpki-doctest-only = ["dep:hyper-rustls", "hyper-rustls?/webpki-roots"]
hyper-webpki-doctest-only = ["dep:hyper-rustls", "hyper-rustls/webpki-roots"]

[dependencies]
aws-smithy-async = { path = "../aws-smithy-async" }
Expand Down
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"

[features]
rt-tokio = ["dep:tokio-util", "dep:tokio", "tokio?/rt", "tokio?/fs", "tokio?/io-util", "tokio-util?/io"]
rt-tokio = ["dep:tokio-util", "dep:tokio", "tokio/rt", "tokio/fs", "tokio/io-util", "tokio-util/io"]
event-stream = ["aws-smithy-eventstream"]

[dependencies]
Expand Down

0 comments on commit d8fcf49

Please sign in to comment.