polimec-common 0.9.0-beta.0

Common types, traits, and impls for Polimec and Projects
Documentation
[dependencies.frame-benchmarking]
default-features = false
optional = true
version = "35.0.0"

[dependencies.frame-support]
default-features = false
version = "35.0.0"

[dependencies.frame-system]
default-features = false
version = "35.0.0"

[dependencies.jwt-compact-frame]
default-features = false
features = ["ed25519-dalek"]
version = "0.9.0-beta.0"

[dependencies.pallet-timestamp]
default-features = false
version = "34.0.0"

[dependencies.parity-scale-codec]
default-features = false
features = ["derive"]
version = "3.6.12"

[dependencies.scale-info]
default-features = false
features = ["derive", "derive"]
version = "2.11.3"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.204"

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

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

[dependencies.xcm]
default-features = false
package = "staging-xcm"
version = "14.0.0"

[features]
default = ["std"]
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "sp-runtime/runtime-benchmarks"]
std = ["frame-benchmarking?/std", "frame-support/std", "frame-system/std", "jwt-compact-frame/std", "pallet-timestamp/std", "parity-scale-codec/std", "scale-info/std", "serde/std", "sp-runtime/std", "sp-std/std", "xcm/std"]
try-runtime = ["frame-support/try-runtime", "frame-system/try-runtime", "pallet-timestamp/try-runtime", "sp-runtime/try-runtime"]

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

[lints.clippy]
identity_op = "allow"
inconsistent_digit_grouping = "allow"
missing_errors_doc = "allow"
must_use_candidate = "allow"
tabs_in_doc_comments = "allow"
zero_prefixed_literal = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unreachable_patterns = "deny"

[package]
authors = ["Polimec Foundation <info@polimec.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common types, traits, and impls for Polimec and Projects"
documentation = "https://wiki.polimec.org/"
edition = "2021"
homepage = "https://www.polimec.org/"
license-file = "LICENSE"
name = "polimec-common"
readme = false
repository = "https://github.com/Polimec/polimec-node"
version = "0.9.0-beta.0"