[package]
name = "sov-modules-rollup-template"
description = "Defines a generic rollup for use with the Sovereign SDK module system"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
version = { workspace = true }
readme = "README.md"
resolver = "2"
[dependencies]
sov-rollup-interface = { path = "../../rollup-interface", features = ["native"], version = "0.3" }
sov-stf-runner = { path = "../../full-node/sov-stf-runner", features = ["native"], version = "0.3" }
sov-state = { path = "../sov-state", version = "0.3" }
sov-modules-api = { path = "../../module-system/sov-modules-api", features = ["native"], version = "0.3" }
sov-modules-stf-template = { path = "../../module-system/sov-modules-stf-template", features = ["native"], version = "0.3" }
sov-db = { path = "../../full-node/db/sov-db", version = "0.3" }
anyhow = { workspace = true }
async-trait = { workspace = true }
jsonrpsee = { workspace = true, features = ["http-client", "server"] }
tokio = { workspace = true }