sway-ir-macros 0.66.5

Macros for sway's intermediate representation.
Documentation
[dependencies.itertools]
version = "0.13"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["derive", "extra-traits", "parsing"]
version = "2.0"

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

[lints.clippy]
iter_over_hash_type = "deny"

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Macros for sway's intermediate representation."
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
name = "sway-ir-macros"
readme = false
repository = "https://github.com/FuelLabs/sway"
version = "0.66.5"