# 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-ledger-rpc" version = "0.3.0" authors = ["Sovereign Labs "] publish = true description = "JSON-RPC server and client implementations for Sovereign SDK rollups" homepage = "https://www.sovereign.xyz" license = "MIT OR Apache-2.0" repository = "https://github.com/sovereign-labs/sovereign-sdk" resolver = "2" [dependencies.anyhow] version = "1" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.jsonrpsee] version = "0.20.1" features = ["jsonrpsee-types"] [dependencies.serde] version = "1" [dependencies.sov-modules-api] version = "0.3" features = ["native"] optional = true [dependencies.sov-rollup-interface] version = "0.3" features = ["native"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "full", "full", ] [features] client = [ "jsonrpsee/client", "jsonrpsee/macros", ] default = [ "client", "server", ] server = [ "anyhow", "futures", "jsonrpsee/server", "sov-modules-api", ]