# 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-sequencer" version = "0.3.0" authors = ["Sovereign Labs "] description = "A simple implementation of a sequencer for Sovereign SDK rollups" 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.borsh] version = "0.10.3" features = [ "rc", "bytes", ] [dependencies.hex] version = "0.4.3" [dependencies.jsonrpsee] version = "0.20.1" features = [ "jsonrpsee-types", "client", "server", ] [dependencies.serde] version = "1.0.188" features = [ "derive", "rc", "derive", ] [dependencies.sov-modules-api] version = "0.3" features = ["native"] [dependencies.sov-rollup-interface] version = "0.3" [dependencies.sov-state] version = "0.3" [dependencies.tracing] version = "0.1.37" [dev-dependencies.async-trait] version = "0.1.71" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.5" [dev-dependencies.tokio] version = "1" features = ["full"]