[dependencies.itertools]
version = "=0.11.0"
[dependencies.proc-macro2]
version = "=1.0.69"
[dependencies.quote]
version = "=1.0.33"
[dependencies.serde]
features = ["derive"]
version = "=1.0.192"
[dependencies.serde_json]
version = "=1.0.108"
[dependencies.stellar-xdr]
default-features = false
features = ["curr", "std"]
version = "=20.1.0"
[dependencies.syn]
features = ["full"]
version = "=2.0.39"
[features]
next = ["stellar-xdr/next"]
[lib]
proc-macro = true
[package]
authors = ["Stellar Development Foundation <info@stellar.org>"]
description = "Soroban contract environment macros."
edition = "2021"
homepage = "https://github.com/stellar/rs-soroban-env"
license = "Apache-2.0"
name = "soroban-env-macros"
repository = "https://github.com/stellar/rs-soroban-env"
rust-version = "1.74.0"
version = "20.2.1"
[package.metadata.docs.rs]
all-features = true