# 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 = "pallet-encointer-ceremonies-rpc-runtime-api" version = "14.1.0" authors = ["Encointer Association "] description = "Ceremonies rpc runtime API for the Encointer blockchain runtime" homepage = "https://encointer.org" license = "GPL-3.0-or-later" repository = "https://github.com/encointer/pallets" [dependencies.encointer-primitives] version = "14.3.0" features = ["serde_derive"] default-features = false [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.parity-scale-codec] version = "3.6.5" features = [ "derive", "max-encoded-len", ] default-features = false [dependencies.sp-api] version = "34.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [features] default = ["std"] std = [ "encointer-primitives/std", "frame-support/std", "sp-api/std", "sp-std/std", ]