fuel-merkle 0.1.1

Fuel Merkle tree libraries.
Documentation
[package]
name = "fuel-merkle"
version = "0.1.1"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2018"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuel-merkle"
description = "Fuel Merkle tree libraries."

[dependencies]
bytes = "1.0"
digest = "0.9"
fuel-storage = "0.1"
generic-array = "0.14"
hex = "0.4"
lazy_static = "1.4"
sha2 = "0.9"
thiserror = "1.0"

[dev-dependencies]
fuel-merkle-test-helpers = { path = "test-helpers" }