pezsp-core 28.0.0

Shareable Bizinikiwi types.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.ark-vrf]
default-features = false
features = ["bandersnatch", "ring"]
optional = true
version = "0.1.0"

[dependencies.array-bytes]
default-features = true
version = "6.2.2"

[dependencies.bip39]
default-features = false
features = ["alloc"]
version = "2.2.0"

[dependencies.bitflags]
version = "1.3.2"

[dependencies.bizinikiwi-bip39]
default-features = false
version = "0.4.7"

[dependencies.blake2]
default-features = false
optional = true
version = "0.10.4"

[dependencies.bounded-collections]
default-features = false
features = ["scale-codec"]
version = "0.3.2"

[dependencies.bs58]
default-features = false
optional = true
version = "0.5.1"

[dependencies.codec]
default-features = false
features = ["derive", "max-encoded-len"]
package = "parity-scale-codec"
version = "3.7.5"

[dependencies.ed25519-zebra]
default-features = false
version = "4.0.3"

[dependencies.futures]
optional = true
version = "0.3.31"

[dependencies.hash-db]
default-features = false
version = "0.16.0"

[dependencies.hash256-std-hasher]
default-features = false
version = "0.15.2"

[dependencies.impl-serde]
default-features = false
optional = true
version = "0.5.0"

[dependencies.itertools]
optional = true
version = "0.11"

[dependencies.k256]
default-features = false
features = ["alloc", "ecdsa"]
version = "0.13.4"

[dependencies.libsecp256k1]
default-features = false
features = ["static-context"]
version = "0.7.0"

[dependencies.log]
default-features = false
version = "0.4.22"

[dependencies.merlin]
default-features = false
version = "3.0"

[dependencies.parking_lot]
default-features = true
optional = true
version = "0.12.1"

[dependencies.paste]
default-features = true
version = "1.0.15"

[dependencies.pezsp-crypto-hashing]
default-features = false
version = "0.1.0"

[dependencies.pezsp-debug-derive]
default-features = false
version = "14.0.0"

[dependencies.pezsp-externalities]
default-features = false
optional = true
version = "0.25.0"

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

[dependencies.pezsp-storage]
default-features = false
version = "19.0.0"

[dependencies.primitive-types]
default-features = false
features = ["num-traits", "codec", "scale-info"]
version = "0.13.1"

[dependencies.rand]
default-features = true
features = ["small_rng"]
optional = true
version = "0.8.5"

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

[dependencies.schnorrkel]
default-features = false
features = ["preaudit_deprecated"]
version = "0.11.4"

[dependencies.secp256k1]
default-features = false
features = ["alloc", "recovery"]
optional = true
version = "0.28.0"

[dependencies.secrecy]
default-features = false
features = ["alloc"]
version = "0.8.0"

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0.214"

[dependencies.sha2]
default-features = false
optional = true
version = "0.10.7"

[dependencies.ss58-registry]
default-features = false
package = "pezsp-ss58-registry"
version = "1.52.0"

[dependencies.thiserror]
optional = true
version = "1.0.69"

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

[dependencies.w3f-bls]
default-features = false
optional = true
version = "0.1.9"

[dependencies.zeroize]
default-features = false
version = "1.7.0"

[dev-dependencies.criterion]
default-features = true
version = "0.5.1"

[dev-dependencies.regex]
version = "1.10.2"

[dev-dependencies.serde_json]
default-features = true
version = "1.0.132"

[features]
bandersnatch-experimental = ["ark-vrf"]
bls-experimental = ["sha2", "w3f-bls"]
default = ["std"]
full_crypto = ["blake2"]
serde = ["blake2", "bounded-collections/serde", "bs58/alloc", "dep:serde", "impl-serde", "k256/serde", "pezsp-storage/serde", "primitive-types/serde_no_std", "scale-info/serde"]
std = ["ark-vrf?/std", "bip39/rand", "bip39/std", "bizinikiwi-bip39/std", "blake2/std", "bounded-collections/std", "bs58/std", "codec/std", "ed25519-zebra/std", "full_crypto", "futures/std", "futures/thread-pool", "hash-db/std", "hash256-std-hasher/std", "impl-serde/std", "itertools", "k256/std", "libsecp256k1/std", "log/std", "merlin/std", "parking_lot", "pezsp-crypto-hashing/std", "pezsp-debug-derive/std", "pezsp-externalities/std", "pezsp-std/std", "pezsp-storage/std", "primitive-types/byteorder", "primitive-types/rustc-hex", "primitive-types/serde", "primitive-types/std", "rand", "scale-info/std", "schnorrkel/std", "secp256k1/global-context", "secp256k1/std", "serde/std", "sha2?/std", "ss58-registry/std", "thiserror", "tracing", "w3f-bls?/std", "zeroize/alloc", "zeroize/std"]

[lib]
bench = false
name = "pezsp_core"
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 = "Shareable Bizinikiwi types."
documentation = "https://docs.pezkuwichain.io/"
edition = "2021"
homepage = "https://pezkuwichain.io/"
license = "Apache-2.0"
name = "pezsp-core"
readme = false
repository = "https://github.com/pezkuwichain/pezkuwi-sdk.git"
version = "28.0.0"

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

[target."cfg(not(bizinikiwi_runtime))".dependencies.dyn-clone]
version = "1.0.17"

[target."cfg(not(bizinikiwi_runtime))".dependencies.futures]
default-features = false
features = ["alloc"]
version = "0.3.30"

[target."cfg(not(bizinikiwi_runtime))".dependencies.pezsp-externalities]
default-features = false
version = "0.25.0"