fuel-core-database 0.47.3

The crates contains databases used by Fuel core 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.90.0"
name = "fuel-core-database"
version = "0.47.3"
authors = ["Fuel Labs <contact@fuel.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The crates contains databases used by Fuel core protocol."
homepage = "https://fuel.network/"
readme = false
keywords = [
    "blockchain",
    "cryptocurrencies",
    "fuel-core",
    "fuel-client",
    "fuel-database",
]
categories = ["cryptography::cryptocurrencies"]
license = "BUSL-1.1"
repository = "https://github.com/FuelLabs/fuel-core"
resolver = "2"

[features]
backup = []
fault-proving = [
    "fuel-core-types/fault-proving",
    "fuel-core-storage/fault-proving",
]
test-helpers = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.derive_more]
version = "0.99"

[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]