# 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" name = "ministark-gpu" version = "0.3.0" description = "GPU optimized primitives commonly used by STARK/SNARK provers" homepage = "https://github.com/andrewmilson/ministark/tree/main/gpu-poly" readme = "README.md" keywords = [ "gpu", "snark", "stark", "arkworks", "winterfell", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/andrewmilson/ministark" [[bench]] name = "fft" path = "benches/fft.rs" harness = false required-features = ["arkworks"] [dependencies.ark-ff] version = "0.4" optional = true [dependencies.ark-ff-optimized] version = "0.4" optional = true [dependencies.ark-poly] version = "0.4" optional = true [dependencies.ark-serialize] version = "0.4" optional = true [dependencies.ark-std] version = "0.4" optional = true [dependencies.once_cell] version = "1.15" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" optional = true [dependencies.winter-math] version = "0.8" optional = true [dependencies.zeroize] version = "1" features = ["zeroize_derive"] optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.pollster] version = "0.2" [dev-dependencies.rand] version = "0.8" [features] arkworks = [ "dep:ark-ff", "dep:ark-ff-optimized", "dep:ark-serialize", "dep:ark-poly", "dep:ark-std", "dep:zeroize", ] default = [] gpu_vec = [] parallel = [ "dep:rayon", "dep:ark-std", ] std = [] winterfell = ["dep:winter-math"] [target."cfg(all(target_arch = \"aarch64\", target_os = \"macos\"))".dependencies.metal] version = "0.25"