# 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-accounts" version = "0.3.0" authors = ["Sovereign Labs "] description = "A Sovereign SDK module for managing rollup state using accounts" homepage = "https://www.sovereign.xyz" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sovereign-labs/sovereign-sdk" resolver = "2" [dependencies.anyhow] version = "1.0.68" [dependencies.arbitrary] version = "1.3.1" features = ["derive"] optional = true [dependencies.borsh] version = "0.10.3" features = [ "rc", "bytes", "rc", ] [dependencies.clap] version = "4.2.7" features = ["derive"] optional = true [dependencies.jsonrpsee] version = "0.20.1" features = [ "jsonrpsee-types", "macros", "client-core", "server", ] optional = true [dependencies.proptest] version = "1.3.1" optional = true [dependencies.proptest-derive] version = "0.3.0" optional = true [dependencies.schemars] version = "0.8.12" features = ["derive"] optional = true [dependencies.serde] version = "1.0.188" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" optional = true [dependencies.sov-modules-api] version = "0.3" [dependencies.sov-state] version = "0.3" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.tempfile] version = "3.5" [features] arbitrary = [ "dep:arbitrary", "dep:proptest", "dep:proptest-derive", "sov-state/arbitrary", "sov-modules-api/arbitrary", "sov-state/arbitrary", ] default = [] native = [ "serde_json", "jsonrpsee", "schemars", "clap", "sov-state/native", "sov-modules-api/native", ]