sway-ir 0.66.5

Sway intermediate representation.
Documentation
[[bin]]
name = "opt"
path = "src/bin/opt.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.downcast-rs]
version = "1.2"

[dependencies.filecheck]
version = "0.5"

[dependencies.indexmap]
features = ["rayon"]
version = "2.5"

[dependencies.itertools]
version = "0.13"

[dependencies.once_cell]
version = "1.18"

[dependencies.peg]
version = "0.8"

[dependencies.prettydiff]
version = "0.7"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.slotmap]
version = "1.0"

[dependencies.sway-features]
version = "0.66.5"

[dependencies.sway-ir-macros]
version = "0.66.5"

[dependencies.sway-types]
version = "0.66.5"

[dependencies.sway-utils]
version = "0.66.5"

[lib]
name = "sway_ir"
path = "src/lib.rs"

[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 = "Sway intermediate representation."
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
name = "sway-ir"
readme = "README.md"
repository = "https://github.com/FuelLabs/sway"
version = "0.66.5"

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