soroban-env-guest 20.2.1

Soroban contract guest environment.
Documentation
[dependencies.soroban-env-common]
default-features = false
features = []
version = "=20.2.1"

[dependencies.static_assertions]
version = "1.1.0"

[features]
next = ["soroban-env-common/next"]
testutils = ["soroban-env-common/testutils"]

[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
description = "Soroban contract guest environment."
edition = "2021"
homepage = "https://github.com/stellar/rs-soroban-env"
license = "Apache-2.0"
name = "soroban-env-guest"
readme = "README.md"
repository = "https://github.com/stellar/rs-soroban-env"
rust-version = "1.74.0"
version = "20.2.1"
[package.metadata.docs.rs]
all-features = true