# 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-gpu" version = "0.4.0" authors = ["miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GPU acceleration for the Miden VM prover" documentation = "https://docs.rs/miden-gpu/0.4.0" readme = "README.md" keywords = [ "gpu", "stark", "winterfell", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-gpu" [lib] name = "miden_gpu" path = "src/lib.rs" [[test]] name = "rpo" path = "tests/rpo.rs" [[test]] name = "rpx" path = "tests/rpx.rs" [[bench]] name = "benchmarks" path = "benches/bench.rs" harness = false [[bench]] name = "rpo" path = "benches/rpo.rs" [[bench]] name = "rpx" path = "benches/rpx.rs" [dependencies.once_cell] version = "1.15" [dependencies.winter-math] version = "0.11" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.miden-crypto] version = "0.13" [dev-dependencies.pollster] version = "0.4" [dev-dependencies.winter-crypto] version = "0.11" [target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies.metal] version = "0.30"