# 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-prover" version = "0.11.0" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Miden VM prover" homepage = "https://polygon.technology/polygon-miden" documentation = "https://docs.rs/miden-prover/0.11.0" readme = "README.md" keywords = [ "miden", "prover", "stark", "zkp", ] categories = [ "cryptography", "emulators", "no-std", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" [lib] name = "miden_prover" path = "src/lib.rs" [dependencies.air] version = "0.11" default-features = false package = "miden-air" [dependencies.processor] version = "0.11" default-features = false package = "miden-processor" [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.winter-maybe-async] version = "0.10" default-features = false package = "winter-maybe-async" [dependencies.winter-prover] version = "0.10" default-features = false package = "winter-prover" [features] async = ["winter-maybe-async/async"] concurrent = [ "processor/concurrent", "std", "winter-prover/concurrent", ] default = ["std"] metal = [ "dep:miden-gpu", "dep:elsa", "dep:pollster", "concurrent", "std", ] std = [ "air/std", "processor/std", "winter-prover/std", ] [target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies.elsa] version = "1.9" optional = true [target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies.miden-gpu] version = "0.3" optional = true [target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies.pollster] version = "0.4" optional = true