dusk-consensus 1.6.0

Implementation of Dusk Succinct Attestation consensus protocol
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 = "2024"
rust-version = "1.85"
name = "dusk-consensus"
version = "1.6.0"
build = false
exclude = [
    ".github/*",
    ".gitignore",
    ".env",
    ".vscode",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of Dusk Succinct Attestation consensus protocol"
readme = "README.md"
keywords = [
    "consensus",
    "dusk",
    "cryptocurrency",
    "blockchain",
]
categories = [
    "cryptography",
    "cryptography::cryptocurrencies",
]
license = "MPL-2.0"
repository = "https://github.com/dusk-network/rusk"
resolver = "2"

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

[[test]]
name = "lib"
path = "tests/lib.rs"

[[bench]]
name = "merkle"
path = "benches/merkle.rs"
harness = false

[dependencies.anyhow]
version = "1.0.89"

[dependencies.async-trait]
version = "0.1.83"

[dependencies.dusk-bytes]
version = "0.1.7"

[dependencies.dusk-core]
version = "1.6.0"
features = [
    "parallel",
    "kzg",
]

[dependencies.dusk-merkle]
version = "0.6.0-rc.0"
features = ["size_32"]

[dependencies.hex]
version = "0.4.3"

[dependencies.node-data]
version = "1.6.0"
package = "dusk-node-data"

[dependencies.num-bigint]
version = "0.4.6"
default-features = false

[dependencies.sha3]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.64"

[dependencies.tokio]
version = "1.42.1"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.node-data]
version = "1.6.0"
features = ["faker"]
package = "dusk-node-data"

[dev-dependencies.rand]
version = "0.8.5"
features = ["std_rng"]
default-features = false