# 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 = "encointer-rpc" version = "14.1.0" authors = ["Encointer Association "] description = "RPC for the Encointer blockchain runtime" homepage = "https://encointer.org" license = "GPL-3.0-or-later" repository = "https://github.com/encointer/pallets" [dependencies.jsonrpsee] version = "0.24.7" features = [ "client-core", "server", "macros", ] [dependencies.jsonrpsee-core] version = "0.24.7" [dependencies.jsonrpsee-types] version = "0.24.7" [dependencies.thiserror] version = "1.0.50"