[package] name = "stedi-sdk-config" version = "0.1.18" authors = ["Stedi"] description = "Stedi SDK configuration" edition = "2021" license = "Apache-2.0" [dependencies] aws-config = { version = "0.54.1", default-features = false } aws-smithy-async = "0.54.4" aws-smithy-client = { version = "0.54.4", default-features = false } aws-smithy-http = "0.54.4" aws-smithy-http-auth = "0.54.4" aws-smithy-types = "0.54.4" aws-types = "0.54.1" http = "0.2.9" hyper = { version = "0.14.27", default-features = false } time = { version = "0.3.23", features = ["parsing"] } tokio = { version = "1.28.2", features = ["sync"] } tracing = "0.1" [dev-dependencies] futures-util = "0.3.28" tracing-test = "0.2.4" tokio = { version = "1.28.2", features = ["full", "test-util"] } aws-smithy-client = { version = "0.54.4", features = ["test-util"] } [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--cfg", "docsrs"] # End of docs.rs metadata