fuels-macros 0.70.0

Fuel Rust SDK macros to generate types from ABI.
Documentation
[dependencies.fuels-code-gen]
default-features = false
version = "0.70.0"

[dependencies.itertools]
version = "0.12.0"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.39"

[dev-dependencies.trybuild]
version = "1.0.85"

[lib]
name = "fuels_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Fuel Rust SDK macros to generate types from ABI."
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
name = "fuels-macros"
readme = false
repository = "https://github.com/FuelLabs/fuels-rs"
rust-version = "1.81.0"
version = "0.70.0"

[[test]]
name = "macro_usage"
path = "tests/macro_usage.rs"