[[test]]
name = "tests"
path = "tests/all_tests.rs"
[build-dependencies.anyhow]
version = "1.0.68"
[dependencies.anyhow]
version = "1.0.68"
[dependencies.borsh]
features = ["rc", "bytes"]
version = "0.10.3"
[dependencies.jsonrpsee]
features = ["jsonrpsee-types", "http-client", "server"]
optional = true
version = "0.20.1"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.schemars]
features = ["derive"]
version = "0.8.12"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.clap]
features = ["derive"]
version = "4.2.7"
[dev-dependencies.jsonrpsee]
features = ["jsonrpsee-types", "macros", "http-client", "server"]
version = "0.20.1"
[dev-dependencies.serde]
features = ["derive", "rc"]
version = "1.0.188"
[dev-dependencies.tempfile]
version = "3.5"
[dev-dependencies.trybuild]
version = "1.0"
[features]
default = []
native = ["jsonrpsee"]
[lib]
proc-macro = true
[package]
authors = ["Sovereign Labs <info@sovereign.xyz>"]
autotests = false
description = "Macros for use with the Sovereign SDK module system"
edition = "2021"
homepage = "https://www.sovereign.xyz"
license = "MIT OR Apache-2.0"
name = "sov-modules-macros"
readme = "README.md"
repository = "https://github.com/sovereign-labs/sovereign-sdk"
resolver = "2"
version = "0.3.0"