fuel-types 0.5.3

Atomic types of the FuelVM.
Documentation
[dependencies.rand]
default-features = false
optional = true
version = "0.8"

[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0"
[dev-dependencies.bincode]
version = "1.3"

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

[dev-dependencies.rand]
default-features = false
features = ["std_rng"]
version = "0.8"

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

[features]
alloc = []
default = ["std", "serde?/default"]
random = ["rand"]
serde = ["dep:serde", "alloc"]
std = ["alloc", "serde?/std"]

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
categories = ["cryptography::cryptocurrencies", "data-structures", "parsing"]
description = "Atomic types of the FuelVM."
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["blockchain", "cryptocurrencies", "fuel-vm", "vm"]
license = "Apache-2.0"
name = "fuel-types"
readme = "README.md"
repository = "https://github.com/FuelLabs/fuel-types"
resolver = "2"
version = "0.5.3"