ep-core 22.1.0

Core primitives for the Encointer blockchain runtime
Documentation
# 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 = "ep-core"
version = "22.1.0"
authors = ["Encointer Association <info@encointer.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core 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"

[features]
default = [
    "serde_derive",
    "std",
]
serde_derive = [
    "fixed/serde",
    "impl-serde",
    "serde",
]
std = [
    "fixed/std",
    "impl-serde/std",
    "parity-scale-codec/std",
    "scale-info/std",
    "serde/std",
    "sp-arithmetic/std",
    "sp-core/std",
    "sp-runtime/std",
    "sp-std/std",
]

[lib]
name = "ep_core"
path = "src/lib.rs"

[dependencies.array-bytes]
version = "6.1.0"

[dependencies.fixed]
version = "0.6.0"
default-features = false
package = "substrate-fixed"

[dependencies.impl-serde]
version = "0.5.0"
optional = true
default-features = false

[dependencies.parity-scale-codec]
version = "3.7.4"
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-arithmetic]
version = "28.0.1"
default-features = false

[dependencies.sp-core]
version = "41.0.0"
default-features = false

[dependencies.sp-runtime]
version = "47.0.0"
default-features = false

[dependencies.sp-std]
version = "14.0.0"
default-features = false

[dev-dependencies.serde_json]
version = "1.0.114"

[lints.clippy.manual_inspect]
level = "allow"
priority = 2

[lints.clippy.multiple_bound_locations]
level = "allow"
priority = 2

[lints.clippy.type_complexity]
level = "allow"
priority = 0

[lints.clippy.useless_conversion]
level = "allow"
priority = 2

[lints.clippy.zero_prefixed_literal]
level = "allow"
priority = 0