fuels-types 0.38.1

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]
regex = "1.6.0"
lazy_static = "1.4.0"
bech32 = "0.9.0"
chrono = "0.4.2"
fuel-tx = { workspace = true }
fuel-types = { workspace = true }
fuel-asm = { workspace = true }
fuel-abi-types = { workspace = true }
fuel-core = { workspace = true, default-features = false, optional = true }
fuel-core-chain-config = { workspace = true, default-features = false }
fuel-core-client = { workspace = true, default-features = false, optional = true }
hex = { version = "0.4.3", features = ["std"] }
proc-macro2 = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.64", default-features = true }
strum = "0.21"
strum_macros = "0.21"
itertools = "0.10.5"
thiserror = { version = "1.0.26", default-features = false }
fuels-macros = { workspace = true }

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