soroban-sdk 0.4.3

Soroban SDK.
Documentation
[dependencies.bytes-lit]
version = "0.0.4"

[dependencies.soroban-sdk-macros]
version = "0.4.3"
[dev-dependencies.ed25519-dalek]
version = "1.0.1"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.soroban-env-host]
features = ["vm", "hostfn_log_fmt_values", "testutils"]
version = "0.0.12"

[dev-dependencies.soroban-spec]
version = "0.4.3"

[dev-dependencies.stellar-xdr]
default-features = false
features = ["next", "std"]
version = "0.0.12"

[features]
alloc = []
docs = []
testutils = ["soroban-env-host/testutils", "dep:ed25519-dalek"]

[lib]
doctest = false

[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
description = "Soroban SDK."
edition = "2021"
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.66"
version = "0.4.3"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_family=\"wasm\"))".dependencies.ed25519-dalek]
optional = true
version = "1.0.1"

[target."cfg(not(target_family=\"wasm\"))".dependencies.rand]
version = "0.8.5"

[target."cfg(not(target_family=\"wasm\"))".dependencies.soroban-env-host]
features = ["vm", "hostfn_log_fmt_values"]
version = "0.0.12"

[target."cfg(not(target_family=\"wasm\"))".dependencies.soroban-ledger-snapshot]
version = "0.4.3"

[target."cfg(not(target_family=\"wasm\"))".dependencies.stellar-strkey]
version = "0.0.6"
[target."cfg(target_family=\"wasm\")".dependencies.soroban-env-guest]
version = "0.0.12"