soroban-env-host 20.0.0-rc2

Soroban contract host environment.
Documentation
[[bench]]
bench = true
harness = false
name = "worst_case_linear_models"
path = "benches/worst_case_linear_models.rs"
required-features = ["testutils"]

[[bench]]
bench = true
harness = false
name = "variation_histograms"
path = "benches/variation_histograms.rs"
required-features = ["testutils"]
[dependencies.backtrace]
version = "0.3"

[dependencies.ed25519-dalek]
features = ["rand_core"]
version = "2.0.0"

[dependencies.getrandom]
features = ["js"]
version = "0.2"

[dependencies.k256]
features = ["ecdsa", "arithmetic"]
version = "0.13.1"

[dependencies.num-derive]
version = "0.4.0"

[dependencies.num-integer]
version = "0.1.45"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.sha2]
version = "0.10.0"

[dependencies.sha3]
version = "0.10.8"

[dependencies.soroban-env-common]
default-features = false
features = ["std", "wasmi"]
version = "20.0.0-rc2"

[dependencies.soroban-native-sdk-macros]
version = "20.0.0-rc2"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.stellar-strkey]
version = "0.0.7"

[dependencies.wasmi]
package = "soroban-wasmi"
version = "0.31.0-soroban1"
[dev-dependencies.bytes-lit]
version = "0.0.5"

[dev-dependencies.expect-test]
version = "1.4.0"

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

[dev-dependencies.itertools]
version = "0.10.3"

[dev-dependencies.linregress]
version = "0.5.1"

[dev-dependencies.more-asserts]
version = "0.3.1"

[dev-dependencies.tabwriter]
version = "1.2.1"

[dev-dependencies.textplots]
version = "0.8.0"

[dev-dependencies.thousands]
version = "0.2.0"

[dev-dependencies.wasmprinter]
version = "0.2.41"

[features]
testutils = ["soroban-env-common/testutils"]
tracy = ["dep:tracy-client"]

[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
description = "Soroban contract host environment."
edition = "2021"
homepage = "https://github.com/stellar/rs-soroban-env"
license = "Apache-2.0"
name = "soroban-env-host"
readme = "README.md"
repository = "https://github.com/stellar/rs-soroban-env"
rust-version = "1.71"
version = "20.0.0-rc2"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_family = \"wasm\"))".dependencies.tracy-client]
default-features = false
features = ["enable", "timer-fallback"]
optional = true
version = "=0.15.2"