# 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.82" name = "miden-air" version = "0.11.0" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Algebraic intermediate representation of Miden VM processor" homepage = "https://polygon.technology/polygon-miden" documentation = "https://docs.rs/miden-air/0.11.0" readme = "README.md" keywords = [ "air", "arithmetization", "crypto", "miden", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" [lib] name = "miden_air" path = "src/lib.rs" doctest = false bench = false [[bench]] name = "compute_op_flags" path = "benches/compute_op_flags.rs" harness = false [[bench]] name = "enforce_stack_constraint" path = "benches/enforce_stack_constraint.rs" harness = false [dependencies.thiserror] version = "1.0" default-features = false package = "miden-thiserror" [dependencies.vm-core] version = "0.11" default-features = false package = "miden-core" [dependencies.winter-air] version = "0.10" default-features = false package = "winter-air" [dependencies.winter-prover] version = "0.10" default-features = false package = "winter-prover" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.proptest] version = "1.5" [dev-dependencies.rand-utils] version = "0.10" package = "winter-rand-utils" [features] default = ["std"] std = [ "vm-core/std", "winter-air/std", "thiserror/std", ] testing = []