# 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-verifier" version = "0.11.0" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Miden VM execution verifier" homepage = "https://polygon.technology/polygon-miden" documentation = "https://docs.rs/miden-verifier/0.11.0" readme = "README.md" keywords = [ "miden", "stark", "verifier", "zkp", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" [lib] name = "miden_verifier" path = "src/lib.rs" doctest = false bench = false [dependencies.air] version = "0.11" default-features = false package = "miden-air" [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.vm-core] version = "0.11" default-features = false package = "miden-core" [dependencies.winter-verifier] version = "0.10" default-features = false package = "winter-verifier" [features] default = ["std"] std = [ "air/std", "vm-core/std", "winter-verifier/std", ]