soroban-env-guest 0.0.5

Soroban contract guest environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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