[dependencies.aws-smithy-async]
version = "1.2.5"
[dependencies.aws-smithy-http]
version = "0.62.1"
[dependencies.aws-smithy-json]
version = "0.61.3"
[dependencies.aws-smithy-runtime]
features = ["client", "http-auth"]
version = "1.8.2"
[dependencies.aws-smithy-runtime-api]
features = ["client", "http-02x", "http-auth"]
version = "1.7.4"
[dependencies.aws-smithy-types]
version = "1.3.0"
[dependencies.bytes]
version = "1.4.0"
[dependencies.fastrand]
version = "2.0.0"
[dependencies.http]
version = "0.2.9"
[dependencies.tracing]
version = "0.1"
[features]
behavior-version-latest = []
default = ["rt-tokio", "rustls", "default-https-client"]
default-https-client = ["aws-smithy-runtime/default-https-client"]
gated-tests = []
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
rustls = ["aws-smithy-runtime/tls-rustls"]
test-util = ["aws-smithy-runtime/test-util"]
[lib]
name = "superposition_sdk"
path = "src/lib.rs"
[package]
authors = ["superposition@juspay.in"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust SDK to work with Superposition"
edition = "2021"
homepage = "https://juspay.io/open-source/superposition"
license = "MIT OR Apache-2.0"
name = "superposition_sdk"
readme = "README.md"
repository = "https://github.com/juspay/superposition"
version = "0.95.2"
[package.metadata.smithy]
codegen-version = "18e06e0a61e4ce792a2b17271d25a1f524d90ed4"