@@ -14,34 +14,27 @@ license = "Apache-2.0"
1414repository = " https://github.com/smithy-lang/smithy-rs"
1515publish = false
1616
17-
18- [features ]
19- default = [" test-util" ]
20- test-util = []
21- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
22-
2317[target .'cfg(target_family = "wasm")' .dependencies ]
2418aws-config = { path = " ../../build/aws-sdk/sdk/aws-config" , default-features = false , features = [
2519 " rt-tokio" ,
2620 " behavior-version-latest"
2721] }
2822aws-credential-types = { path = " ../../build/aws-sdk/sdk/aws-credential-types" , features = [" hardcoded-credentials" ] }
2923aws-sdk-s3 = { path = " ../../build/aws-sdk/sdk/s3" , default-features = false }
24+ aws-smithy-async = { path = " ../../build/aws-sdk/sdk/aws-smithy-async" , default-features = false , features = [" test-util" , " rt-tokio" ] }
3025aws-smithy-http = { path = " ../../build/aws-sdk/sdk/aws-smithy-http" }
26+ aws-smithy-http-client = { path = " ../../build/aws-sdk/sdk/aws-smithy-http-client" , default-features = false , features = [" test-util" ] }
3127aws-smithy-runtime = { path = " ../../build/aws-sdk/sdk/aws-smithy-runtime" , features = [" client" ] }
3228aws-smithy-runtime-api = { path = " ../../build/aws-sdk/sdk/aws-smithy-runtime-api" , features = [" client" ] }
3329aws-smithy-types = { path = " ../../build/aws-sdk/sdk/aws-smithy-types" }
3430aws-smithy-wasm = { path = " ../../build/aws-sdk/sdk/aws-smithy-wasm" }
35- http = " 0.2.9 "
31+ http-1x = { package = " http " , version = " 1 " }
3632tokio = { version = " 1.32.0" , features = [" macros" , " rt" ] }
3733# getrandom is a transitive dependency, but requires the wasm_js feature to compile for wasm
3834# also requires a compiler flag which is set in .cargo/config.toml
3935# https://docs.rs/getrandom/0.3.3/getrandom/#webassembly-support
4036getrandom = {version =" 0.3.3" , features = [" wasm_js" ]}
4137
42- [target .'cfg(all(target_family = "wasm", target_env = "p1"))' .dependencies ]
43- wit-bindgen = { version = " 0.16.0" , features = [" macros" , " realloc" ] }
44-
4538[lib ]
4639crate-type = [" cdylib" ]
4740
0 commit comments