[build-dependencies.prost-build]
version = "0.13.2"
[dependencies.array-bytes]
default-features = true
version = "6.2.2"
[dependencies.async-channel]
version = "1.8.0"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.codec]
default-features = true
features = ["derive"]
package = "parity-scale-codec"
version = "3.7.5"
[dependencies.futures]
version = "0.3.31"
[dependencies.log]
default-features = true
version = "0.4.22"
[dependencies.mockall]
version = "0.13.1"
[dependencies.pez-fork-tree]
default-features = true
version = "12.0.0"
[dependencies.pezsc-client-api]
default-features = true
version = "28.0.0"
[dependencies.pezsc-consensus]
default-features = true
version = "0.33.0"
[dependencies.pezsc-network]
default-features = true
version = "0.34.0"
[dependencies.pezsc-network-common]
default-features = true
version = "0.33.0"
[dependencies.pezsc-network-types]
default-features = true
version = "0.10.0"
[dependencies.pezsc-utils]
default-features = true
version = "14.0.0"
[dependencies.pezsp-arithmetic]
default-features = true
version = "23.0.0"
[dependencies.pezsp-blockchain]
default-features = true
version = "28.0.0"
[dependencies.pezsp-consensus]
default-features = true
version = "0.32.0"
[dependencies.pezsp-consensus-grandpa]
default-features = true
version = "13.0.0"
[dependencies.pezsp-core]
default-features = true
version = "28.0.0"
[dependencies.pezsp-runtime]
default-features = true
version = "31.0.1"
[dependencies.prometheus-endpoint]
default-features = true
package = "bizinikiwi-prometheus-endpoint"
version = "0.17.0"
[dependencies.prost]
version = "0.12.4"
[dependencies.schnellru]
version = "0.2.3"
[dependencies.smallvec]
default-features = true
version = "1.11.0"
[dependencies.thiserror]
version = "1.0.69"
[dependencies.tokio]
default-features = true
features = ["macros", "time"]
version = "1.45.0"
[dependencies.tokio-stream]
version = "0.1.14"
[dev-dependencies.pezsc-block-builder]
default-features = true
version = "0.33.0"
[dev-dependencies.pezsp-tracing]
default-features = true
version = "16.0.0"
[dev-dependencies.quickcheck]
default-features = false
version = "1.0.3"
[features]
runtime-benchmarks = ["pezsc-block-builder/runtime-benchmarks", "pezsc-client-api/runtime-benchmarks", "pezsc-consensus/runtime-benchmarks", "pezsc-network-common/runtime-benchmarks", "pezsc-network/runtime-benchmarks", "pezsp-blockchain/runtime-benchmarks", "pezsp-consensus-grandpa/runtime-benchmarks", "pezsp-consensus/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks"]
[lib]
name = "pezsc_network_sync"
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 = "build.rs"
description = "Bizinikiwi sync network protocol"
documentation = "https://docs.pezkuwichain.io/"
edition = "2021"
homepage = "https://pezkuwichain.io/"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "pezsc-network-sync"
readme = false
repository = "https://github.com/pezkuwichain/pezkuwi-sdk.git"
version = "0.33.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]