# 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-script" version = "0.3.0" authors = ["miden contributors"] description = "AirScript language compiler" documentation = "https://0xpolygonmiden.github.io/air-script/" readme = "README.md" keywords = [ "air", "stark", "zero-knowledge", "zkp", ] categories = [ "compilers", "cryptography", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/air-script" [[bin]] name = "airc" path = "src/main.rs" [dependencies.air-codegen-masm] version = "0.1" package = "air-codegen-masm" [dependencies.air-codegen-winter] version = "0.3" package = "air-codegen-winter" [dependencies.air-ir] version = "0.3" package = "air-ir" [dependencies.air-parser] version = "0.3" package = "air-parser" [dependencies.air-pass] version = "0.1" package = "air-pass" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" default-features = false [dependencies.miden-diagnostics] version = "0.1" [dev-dependencies.expect-test] version = "1.4" [dev-dependencies.winter-air] version = "0.6" default-features = false package = "winter-air" [dev-dependencies.winter-math] version = "0.6" default-features = false package = "winter-math" [dev-dependencies.winter-utils] version = "0.6" default-features = false package = "winter-utils"