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