# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sway-ir" version = "0.66.5" authors = ["Fuel Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sway intermediate representation." homepage = "https://fuel.network/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FuelLabs/sway" [lib] name = "sway_ir" path = "src/lib.rs" [[bin]] name = "opt" path = "src/bin/opt.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.downcast-rs] version = "1.2" [dependencies.filecheck] version = "0.5" [dependencies.indexmap] version = "2.5" features = ["rayon"] [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] version = "1.0" features = ["derive"] [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" [lints.clippy] iter_over_hash_type = "deny"