# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sov-modules-macros" version = "0.3.0" authors = ["Sovereign Labs "] autotests = false description = "Macros for use with the Sovereign SDK module system" homepage = "https://www.sovereign.xyz" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sovereign-labs/sovereign-sdk" resolver = "2" [lib] proc-macro = true [[test]] name = "tests" path = "tests/all_tests.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.borsh] version = "0.10.3" features = [ "rc", "bytes", ] [dependencies.jsonrpsee] version = "0.20.1" features = [ "jsonrpsee-types", "http-client", "server", ] optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.schemars] version = "0.8.12" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.clap] version = "4.2.7" features = ["derive"] [dev-dependencies.jsonrpsee] version = "0.20.1" features = [ "jsonrpsee-types", "macros", "http-client", "server", ] [dev-dependencies.serde] version = "1.0.188" features = [ "derive", "rc", ] [dev-dependencies.tempfile] version = "3.5" [dev-dependencies.trybuild] version = "1.0" [build-dependencies.anyhow] version = "1.0.68" [features] default = [] native = ["jsonrpsee"]