pezkuwi-node-core-backing 7.0.0

The Candidate Backing Subsystem. Tracks teyrchain candidates that can be backed, as well as the issuance of statements about candidates.
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 = "pezkuwi-node-core-backing"
version = "7.0.0"
authors = [
    "Kurdistan Tech Institute <admin@pezkuwichain.io>",
    "Parity Technologies <admin@parity.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Candidate Backing Subsystem. Tracks teyrchain candidates that can be backed, as well as the issuance of statements about candidates."
homepage = "https://pezkuwichain.io/"
documentation = "https://docs.pezkuwichain.io/"
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/pezkuwichain/pezkuwi-sdk.git"

[features]
runtime-benchmarks = [
    "gum/runtime-benchmarks",
    "pezkuwi-erasure-coding/runtime-benchmarks",
    "pezkuwi-node-subsystem-util/runtime-benchmarks",
    "pezkuwi-node-subsystem/runtime-benchmarks",
    "pezkuwi-pez-node-primitives/runtime-benchmarks",
    "pezkuwi-primitives/runtime-benchmarks",
    "pezkuwi-statement-table/runtime-benchmarks",
    "pezkuwi-teyrchain-primitives/runtime-benchmarks",
    "pezsp-keyring/runtime-benchmarks",
]

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

[dependencies.bitvec]
version = "1.0.1"
features = ["alloc"]
default-features = false

[dependencies.fatality]
version = "0.1.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.gum]
version = "7.0.0"
default-features = true
package = "pez-tracing-gum"

[dependencies.pezkuwi-erasure-coding]
version = "7.0.0"
default-features = true

[dependencies.pezkuwi-node-subsystem]
version = "7.0.0"
default-features = true

[dependencies.pezkuwi-node-subsystem-util]
version = "7.0.0"
default-features = true

[dependencies.pezkuwi-pez-node-primitives]
version = "7.0.0"
default-features = true

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

[dependencies.pezkuwi-statement-table]
version = "7.0.0"
default-features = true

[dependencies.pezkuwi-teyrchain-primitives]
version = "6.0.0"
default-features = true

[dependencies.pezsp-keystore]
version = "0.34.0"
default-features = true

[dependencies.schnellru]
version = "0.2.3"

[dependencies.thiserror]
version = "1.0.69"

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.futures]
version = "0.3.31"
features = ["thread-pool"]

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

[dev-dependencies.pezsc-keystore]
version = "25.0.0"
default-features = true

[dev-dependencies.pezsp-application-crypto]
version = "30.0.0"
default-features = true

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

[dev-dependencies.pezsp-keyring]
version = "31.0.0"
default-features = true

[dev-dependencies.pezsp-tracing]
version = "16.0.0"
default-features = true

[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]
level = "warn"
priority = 0
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)",
]