[build-dependencies.rustc_version]
version = "0.4.1"
[dependencies.bytes-lit]
version = "0.0.5"
[dependencies.soroban-sdk-macros]
version = "22.0.6"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "~1.3.0"
[dev-dependencies.ctor]
version = "0.2.9"
[dev-dependencies.derive_arbitrary]
version = "~1.3.0"
[dev-dependencies.ed25519-dalek]
version = "2.0.0"
[dev-dependencies.expect-test]
version = "1.4.1"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.libfuzzer-sys]
version = "0.4.7"
[dev-dependencies.proptest]
version = "1.2.0"
[dev-dependencies.proptest-arbitrary-interop]
version = "0.1.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.soroban-env-host]
features = ["testutils"]
version = "=22.1.3"
[dev-dependencies.soroban-sdk-macros]
features = ["testutils"]
version = "22.0.6"
[dev-dependencies.soroban-spec]
version = "22.0.6"
[dev-dependencies.stellar-xdr]
default-features = false
features = ["curr", "curr", "std"]
version = "=22.1.0"
[features]
alloc = []
docs = []
hazmat = []
testutils = ["soroban-sdk-macros/testutils", "soroban-env-host/testutils", "dep:ed25519-dalek", "dep:arbitrary", "dep:derive_arbitrary", "dep:ctor"]
[lib]
doctest = false
name = "soroban_sdk"
path = "src/lib.rs"
[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Soroban SDK."
edition = "2021"
exclude = ["test_snapshots/", "src/tests/"]
homepage = "https://github.com/stellar/rs-soroban-sdk"
license = "Apache-2.0"
name = "soroban-sdk"
readme = "README.md"
repository = "https://github.com/stellar/rs-soroban-sdk"
rust-version = "1.79.0"
version = "22.0.6"
[package.metadata.docs.rs]
all-features = true
[target.'cfg(not(target_family="wasm"))'.dependencies.arbitrary]
features = ["derive"]
optional = true
version = "~1.3.0"
[target.'cfg(not(target_family="wasm"))'.dependencies.ctor]
optional = true
version = "0.2.9"
[target.'cfg(not(target_family="wasm"))'.dependencies.curve25519-dalek]
features = ["digest"]
optional = true
version = "4.1.3"
[target.'cfg(not(target_family="wasm"))'.dependencies.derive_arbitrary]
optional = true
version = "~1.3.0"
[target.'cfg(not(target_family="wasm"))'.dependencies.ed25519-dalek]
features = ["rand_core"]
optional = true
version = "2.1.1"
[target.'cfg(not(target_family="wasm"))'.dependencies.rand]
version = "0.8.5"
[target.'cfg(not(target_family="wasm"))'.dependencies.serde]
features = ["derive"]
version = "1.0.0"
[target.'cfg(not(target_family="wasm"))'.dependencies.serde_json]
version = "1.0.0"
[target.'cfg(not(target_family="wasm"))'.dependencies.soroban-env-host]
features = []
version = "=22.1.3"
[target.'cfg(not(target_family="wasm"))'.dependencies.soroban-ledger-snapshot]
version = "22.0.6"
[target.'cfg(not(target_family="wasm"))'.dependencies.stellar-strkey]
version = "=0.0.9"
[target.'cfg(target_family="wasm")'.dependencies.soroban-env-guest]
version = "=22.1.3"