# 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-primitives" version = "14.3.0" authors = ["Encointer Association "] description = "Primitives for the Encointer blockchain runtime" homepage = "https://encointer.org" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/encointer/pallets" [dependencies.bs58] version = "0.5.0" features = ["alloc"] default-features = false [dependencies.crc] version = "3.2.1" [dependencies.ep-core] version = "14.0.0" default-features = false [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.geohash] version = "0.13.0" package = "substrate-geohash" [dependencies.log] version = "0.4.20" 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", ] optional = true default-features = false [dependencies.sp-core] version = "34.0.0" default-features = false [dependencies.sp-io] version = "38.0.0" 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.approx] version = "0.5.1" [dev-dependencies.rstest] version = "0.12.0" [dev-dependencies.serde_json] version = "1.0.114" [features] default = [ "serde_derive", "std", ] full_crypto = ["sp-core/full_crypto"] runtime-benchmarks = ["frame-support/runtime-benchmarks"] serde_derive = [ "ep-core/serde_derive", "serde", ] std = [ "bs58/std", "ep-core/std", "frame-support/std", "parity-scale-codec/std", "scale-info/std", "serde/std", "sp-core/full_crypto", "sp-core/std", "sp-runtime/std", "sp-std/std", ] try-runtime = []