# 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" rust-version = "1.67" name = "air-ir" version = "0.3.0" authors = ["miden contributors"] description = "Intermediate representation for the AirScript language" readme = "README.md" keywords = [ "air", "stark", "zero-knowledge", "zkp", ] categories = [ "compilers", "cryptography", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/air-script" [dependencies.air-parser] version = "0.3" package = "air-parser" [dependencies.air-pass] version = "0.1" package = "air-pass" [dependencies.anyhow] version = "1.0" [dependencies.miden-diagnostics] version = "0.1" [dependencies.thiserror] version = "1.0"