# 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-meetup-validation" version = "14.1.0" authors = ["Encointer Association "] description = "Meetup validation 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.parity-scale-codec] version = "3.6.5" features = [ "derive", "max-encoded-len", ] default-features = false [dependencies.scale-info] version = "2.10.0" features = ["derive"] default-features = false [dependencies.serde] version = "1.0.197" features = [ "derive", "alloc", ] default-features = false [dependencies.sp-runtime] version = "39.0.1" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.sp-core] version = "34.0.0" features = ["std"] default-features = false [features] default = ["std"] std = [ "encointer-primitives/std", "parity-scale-codec/std", "scale-info/std", "serde/std", "sp-runtime/std", "sp-std/std", ]