# 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-parser" version = "0.3.0" authors = ["miden contributors"] description = "Parser for the AirScript language" readme = "README.md" keywords = [ "air", "stark", "zero-knowledge", "zkp", ] categories = [ "compilers", "cryptography", "parser-implementations", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/air-script" [dependencies.air-pass] version = "0.1" package = "air-pass" [dependencies.lalrpop-util] version = "0.20" [dependencies.lazy_static] version = "1.4" [dependencies.miden-diagnostics] version = "0.1" [dependencies.miden-parsing] version = "0.1" [dependencies.petgraph] version = "0.6" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.0" [build-dependencies.lalrpop] version = "0.20" default-features = false