[dependencies.bytes-lit]
version = "0.0.5"
[dependencies.soroban-sdk-macros]
version = "20.3.1"
[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.3.0"
[dev-dependencies.ctor]
version = "0.2.1"
[dev-dependencies.ed25519-dalek]
version = "2.0.0"
[dev-dependencies.hex]
version = "0.4.3"
[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 = "=20.2.1"
[dev-dependencies.soroban-sdk-macros]
features = ["testutils"]
version = "20.3.1"
[dev-dependencies.soroban-spec]
version = "20.3.1"
[dev-dependencies.stellar-xdr]
default-features = false
features = ["curr", "curr", "std"]
version = "=20.1.0"
[features]
alloc = []
docs = []
testutils = ["soroban-sdk-macros/testutils", "soroban-env-host/testutils", "dep:ed25519-dalek", "dep:arbitrary", "dep:ctor"]
[lib]
doctest = false
[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
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.74.0"
version = "20.3.1"
[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.1"
[target."cfg(not(target_family=\"wasm\"))".dependencies.ed25519-dalek]
features = ["rand_core"]
optional = true
version = "2.0.0"
[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 = "=20.2.1"
[target."cfg(not(target_family=\"wasm\"))".dependencies.soroban-ledger-snapshot]
version = "20.3.1"
[target."cfg(not(target_family=\"wasm\"))".dependencies.stellar-strkey]
version = "=0.0.8"
[target."cfg(target_family=\"wasm\")".dependencies.soroban-env-guest]
version = "=20.2.1"