[[bench]]
harness = false
name = "state_access"
path = "benches/state_access.rs"
[dependencies.codec]
default-features = true
features = ["derive"]
package = "parity-scale-codec"
version = "3.7.5"
[dependencies.hash-db]
default-features = true
version = "0.16.0"
[dependencies.kvdb]
version = "0.13.0"
[dependencies.kvdb-memorydb]
version = "0.13.0"
[dependencies.kvdb-rocksdb]
optional = true
version = "0.21.0"
[dependencies.linked-hash-map]
version = "0.5.4"
[dependencies.log]
default-features = true
version = "0.4.22"
[dependencies.parity-db]
version = "0.4.12"
[dependencies.parking_lot]
default-features = true
version = "0.12.1"
[dependencies.pezsc-client-api]
default-features = true
version = "28.0.0"
[dependencies.pezsc-state-db]
default-features = true
version = "0.30.0"
[dependencies.pezsp-arithmetic]
default-features = true
version = "23.0.0"
[dependencies.pezsp-blockchain]
default-features = true
version = "28.0.0"
[dependencies.pezsp-core]
default-features = true
version = "28.0.0"
[dependencies.pezsp-database]
default-features = true
version = "10.0.0"
[dependencies.pezsp-runtime]
default-features = true
version = "31.0.1"
[dependencies.pezsp-state-machine]
default-features = true
version = "0.35.0"
[dependencies.pezsp-trie]
default-features = true
version = "29.0.0"
[dependencies.prometheus-endpoint]
default-features = true
package = "bizinikiwi-prometheus-endpoint"
version = "0.17.0"
[dependencies.schnellru]
version = "0.2.3"
[dependencies.sysinfo]
version = "0.30"
[dev-dependencies.array-bytes]
default-features = true
version = "6.2.2"
[dev-dependencies.criterion]
default-features = true
version = "0.5.1"
[dev-dependencies.kvdb-rocksdb]
version = "0.21.0"
[dev-dependencies.pezsp-tracing]
default-features = true
version = "16.0.0"
[dev-dependencies.rand]
default-features = true
version = "0.8.5"
[dev-dependencies.tempfile]
version = "3.8.1"
[features]
default = []
rocksdb = ["kvdb-rocksdb"]
runtime-benchmarks = ["pezsc-client-api/runtime-benchmarks", "pezsp-blockchain/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "pezsp-state-machine/runtime-benchmarks", "pezsp-trie/runtime-benchmarks"]
test-helpers = []
[lib]
bench = false
name = "pezsc_client_db"
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 = "Client backend that uses RocksDB database as storage."
documentation = "https://docs.pezkuwichain.io/"
edition = "2021"
homepage = "https://pezkuwichain.io/"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
name = "pezsc-client-db"
readme = "README.md"
repository = "https://github.com/pezkuwichain/pezkuwi-sdk.git"
version = "0.35.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]