fuel-core-storage 0.18.3

Storage types and primitives used by Fuel core protocol.
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.fuel-vm-private]
package = "fuel-vm"
version = "0.31.2"

[dependencies.mockall]
optional = true
version = "0.11"

[dependencies.thiserror]
version = "1.0"

[features]
test-helpers = ["dep:mockall"]

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies"]
description = "Storage types and primitives used by Fuel core protocol."
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-client", "fuel-core", "fuel-storage"]
license = "BUSL-1.1"
name = "fuel-core-storage"
repository = "https://github.com/FuelLabs/fuel-core"
version = "0.18.3"