# 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-codegen-winter" version = "0.3.0" authors = ["miden contributors"] description = "Winterfell code generator for the AirScript language" readme = "README.md" keywords = [ "air", "stark", "winterfell", "zero-knowledge", "zkp", ] categories = [ "compilers", "cryptography", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/air-script" [dependencies.air-ir] version = "0.3" package = "air-ir" [dependencies.anyhow] version = "1.0" [dependencies.codegen] version = "0.2"