fuel-merkle 0.31.2

Fuel Merkle tree libraries.
Documentation
[[test]]
harness = false
name = "tests-data"
path = "./tests-data/tests-data.rs"
required-features = ["std"]

[[test]]
harness = false
name = "tests-data-binary"
path = "./tests-data-binary/tests-data-binary.rs"
required-features = ["std"]
[dependencies.digest]
default-features = false
version = "0.10"

[dependencies.fuel-storage]
default-features = false
version = "0.31.2"

[dependencies.hashbrown]
version = "0.13"

[dependencies.hex]
default-features = false
features = ["alloc"]
version = "0.4"

[dependencies.sha2]
default-features = false
version = "0.10"

[dependencies.thiserror]
optional = true
version = "1.0"
[dev-dependencies.datatest-stable]
version = "0.1"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.thiserror]
version = "1.0"

[features]
default = ["std"]
std = ["dep:thiserror", "digest/default", "hex/default", "sha2/default"]

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies", "data-structures", "parsing"]
description = "Fuel Merkle tree libraries."
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "merkle"]
license = "Apache-2.0"
name = "fuel-merkle"
readme = "README.md"
repository = "https://github.com/FuelLabs/fuel-vm"
version = "0.31.2"