[package] name = "encointer-rpc" version = "14.1.0" authors = ["Encointer Association "] edition = "2021" description = "RPC for the Encointer blockchain runtime" homepage = "https://encointer.org" repository = "https://github.com/encointer/pallets" license = "GPL-3.0-or-later" [dependencies] jsonrpsee = { workspace = true } jsonrpsee-core = { workspace = true } jsonrpsee-types = { workspace = true } thiserror = { workspace = true }