Cargo Features
soroban-env-common-zephyr has no features set by default.
[dependencies]
soroban-env-common-zephyr = { version = "21.2.2", features = ["std", "serde", "wasmi", "next", "tracy", "shallow-val-hash", "testutils"] }
- std
-
Enables base64 and std of stellar-xdr =21.2.0
Affects
env::EnvBase.tracing_enabled
,env::EnvBase.trace_env_call
,env::EnvBase.trace_env_ret
,env::EnvBase.env_call_hook
,env::EnvBase.env_ret_hook
… - serde
-
Enables serde =1.0.192, serde of stellar-xdr =21.2.0
- wasmi
-
Enables soroban-wasmi =0.31.1-soroban.20.0.1 and wasmparser =0.116.1
Affects
val::WasmiMarshal
,vmcaller_env::VmCaller
… - next
-
Enables next of soroban-env-macros-zephyr and stellar-xdr =21.2.0
- tracy
-
Enables tracy-client =0.16.4
- shallow-val-hash
- testutils
-
Enables arbitrary =1.3.2, arbitrary of stellar-xdr =21.2.0
Affects
env::EnvBase.escalate_error_to_panic
,env::EnvBase.env_call_hook
,env::EnvBase.env_ret_hook
…