fuel-core-consensus-module 0.47.3

The common code for fuel core consensuses.
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.90.0"
name = "fuel-core-consensus-module"
version = "0.47.3"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The common code for fuel core consensuses."
homepage = "https://fuel.network/"
readme = false
keywords = [
    "blockchain",
    "consensus",
    "fuel",
]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
resolver = "2"

[features]
fault-proving = [
    "fuel-core-types/fault-proving",
    "fuel-core-storage/fault-proving",
    "fuel-core-poa/fault-proving",
    "fuel-core-chain-config/fault-proving",
]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fuel-core-chain-config]
version = "0.47.3"
default-features = false

[dependencies.fuel-core-poa]
version = "0.47.3"

[dependencies.fuel-core-storage]
version = "0.47.3"
features = ["std"]
default-features = false

[dependencies.fuel-core-types]
version = "0.47.3"
features = ["std"]
default-features = false

[dev-dependencies.test-case]
version = "3.3"