[package]
edition = "2021"
rust-version = "1.82.0"
name = "superposition_sdk"
version = "0.97.4"
authors = ["superposition@juspay.in"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK to work with Superposition"
homepage = "https://juspay.io/open-source/superposition"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/juspay/superposition"
[package.metadata.smithy]
codegen-version = "18e06e0a61e4ce792a2b17271d25a1f524d90ed4"
[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"
[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]
version = "1.8.2"
features = [
"client",
"http-auth",
]
[dependencies.aws-smithy-runtime-api]
version = "1.7.4"
features = [
"client",
"http-02x",
"http-auth",
]
[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"