teyrchains-common 7.0.0

Logic which is common to all teyrchain runtimes
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.7.5"

[dependencies.pezcumulus-primitives-core]
default-features = false
version = "0.7.0"

[dependencies.pezcumulus-primitives-utility]
default-features = false
version = "0.7.0"

[dependencies.pezframe-support]
default-features = false
version = "28.0.0"

[dependencies.pezframe-system]
default-features = false
version = "28.0.0"

[dependencies.pezkuwi-primitives]
default-features = false
version = "7.0.0"

[dependencies.pezkuwi-runtime-common]
default-features = false
version = "7.0.0"

[dependencies.pezpallet-asset-tx-payment]
default-features = false
version = "28.0.0"

[dependencies.pezpallet-assets]
default-features = false
version = "29.1.0"

[dependencies.pezpallet-authorship]
default-features = false
version = "28.0.0"

[dependencies.pezpallet-balances]
default-features = false
version = "28.0.0"

[dependencies.pezpallet-collator-selection]
default-features = false
version = "9.0.0"

[dependencies.pezpallet-message-queue]
default-features = false
version = "31.0.0"

[dependencies.pezpallet-treasury]
default-features = false
version = "27.0.0"

[dependencies.pezpallet-xcm]
default-features = false
version = "7.0.0"

[dependencies.pezsp-consensus-aura]
default-features = false
version = "0.32.0"

[dependencies.pezsp-core]
default-features = false
version = "28.0.0"

[dependencies.pezsp-io]
default-features = false
version = "30.0.0"

[dependencies.pezsp-runtime]
default-features = false
version = "31.0.1"

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

[dependencies.teyrchain-info]
default-features = false
package = "pezstaging-teyrchain-info"
version = "0.7.0"

[dependencies.tracing]
default-features = false
version = "0.1.37"

[dependencies.xcm]
default-features = false
package = "pezstaging-xcm"
version = "7.0.1"

[dependencies.xcm-executor]
default-features = false
package = "pezstaging-xcm-executor"
version = "7.0.0"

[features]
default = ["std"]
runtime-benchmarks = ["pezcumulus-primitives-core/runtime-benchmarks", "pezcumulus-primitives-utility/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezkuwi-primitives/runtime-benchmarks", "pezkuwi-runtime-common/runtime-benchmarks", "pezpallet-asset-tx-payment/runtime-benchmarks", "pezpallet-assets/runtime-benchmarks", "pezpallet-authorship/runtime-benchmarks", "pezpallet-balances/runtime-benchmarks", "pezpallet-collator-selection/runtime-benchmarks", "pezpallet-message-queue/runtime-benchmarks", "pezpallet-treasury/runtime-benchmarks", "pezpallet-xcm/runtime-benchmarks", "pezsp-consensus-aura/runtime-benchmarks", "pezsp-io/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "teyrchain-info/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm/runtime-benchmarks"]
std = ["codec/std", "pezcumulus-primitives-core/std", "pezcumulus-primitives-utility/std", "pezframe-support/std", "pezframe-system/std", "pezkuwi-primitives/std", "pezkuwi-runtime-common/std", "pezpallet-asset-tx-payment/std", "pezpallet-assets/std", "pezpallet-authorship/std", "pezpallet-balances/std", "pezpallet-collator-selection/std", "pezpallet-message-queue/std", "pezpallet-treasury/std", "pezpallet-xcm/std", "pezsp-consensus-aura/std", "pezsp-core/std", "pezsp-io/std", "pezsp-runtime/std", "scale-info/std", "teyrchain-info/std", "tracing/std", "xcm-executor/std", "xcm/std"]
try-runtime = ["pezframe-support/try-runtime", "pezframe-system/try-runtime", "pezkuwi-runtime-common/try-runtime", "pezpallet-asset-tx-payment/try-runtime", "pezpallet-assets/try-runtime", "pezpallet-authorship/try-runtime", "pezpallet-balances/try-runtime", "pezpallet-collator-selection/try-runtime", "pezpallet-message-queue/try-runtime", "pezpallet-treasury/try-runtime", "pezpallet-xcm/try-runtime", "pezsp-runtime/try-runtime", "teyrchain-info/try-runtime"]

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

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

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

[lints.clippy.borrowed-box]
level = "allow"
priority = 2

[lints.clippy.complexity]
level = "warn"
priority = 1

[lints.clippy.correctness]
level = "warn"
priority = 1

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

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

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

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

[lints.clippy.extra-unused-type-parameters]
level = "allow"
priority = 2

[lints.clippy.identity-op]
level = "allow"
priority = 2

[lints.clippy.if-same-then-else]
level = "allow"
priority = 2

[lints.clippy.needless-lifetimes]
level = "allow"
priority = 2

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

[lints.clippy.nonminimal-bool]
level = "allow"
priority = 2

[lints.clippy.option-map-unit-fn]
level = "allow"
priority = 2

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

[lints.clippy.too-many-arguments]
level = "allow"
priority = 2

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

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

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

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

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

[lints.clippy.zero-prefixed-literal]
level = "allow"
priority = 2

[lints.rust.suspicious_double_ref_op]
level = "allow"
priority = 2

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(bizinikiwi_runtime)", 'cfg(build_opt_level, values("3"))', 'cfg(build_profile, values("debug", "release"))', "cfg(enable_alloc_error_handler)", "cfg(fuzzing)", "cfg(ignore_flaky_test)"]
level = "warn"
priority = 0

[package]
authors = ["Kurdistan Tech Institute <admin@pezkuwichain.io>", "Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Logic which is common to all teyrchain runtimes"
documentation = "https://docs.pezkuwichain.io/"
edition = "2021"
homepage = "https://pezkuwichain.io/"
license = "Apache-2.0"
name = "teyrchains-common"
readme = false
repository = "https://github.com/pezkuwichain/pezkuwi-sdk.git"
version = "7.0.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]