fuels-types 0.42.0

Serializable type representation for working with the Fuel VM ABI.
Documentation
[package]
name = "fuels-types"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
description = "Serializable type representation for working with the Fuel VM ABI."

[dependencies]
bech32 = { workspace = true }
chrono = { workspace = true }
fuel-abi-types = { workspace = true }
fuel-asm = { workspace = true }
fuel-core = { workspace = true, default-features = false, optional = true }
fuel-core-chain-config = { workspace = true }
fuel-core-client = { workspace = true, optional = true }
fuel-tx = { workspace = true }
fuel-types = { workspace = true, features = ["default"] }
fuels-macros = { workspace = true }
hex = { workspace = true, features = ["std"] }
itertools = { workspace = true }
proc-macro2 = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
strum = { workspace = true }
strum_macros = { workspace = true }
thiserror = { workspace = true, default-features = false }

[features]
default = ["std"]
std = ["dep:fuel-core-client"]