# 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 = "winter-prover" version = "0.11.0" authors = ["winterfell contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Winterfell STARK prover" documentation = "https://docs.rs/winter-prover/0.11.0" readme = "README.md" keywords = [ "crypto", "zkp", "stark", "prover", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/novifinancial/winterfell" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", ".cargo/katex-header.html", ] [lib] name = "winter_prover" path = "src/lib.rs" bench = false [[bench]] name = "lagrange_kernel" path = "benches/lagrange_kernel.rs" harness = false [[bench]] name = "row_matrix" path = "benches/row_matrix.rs" harness = false [dependencies.air] version = "0.11" default-features = false package = "winter-air" [dependencies.crypto] version = "0.11" default-features = false package = "winter-crypto" [dependencies.fri] version = "0.11" default-features = false package = "winter-fri" [dependencies.math] version = "0.11" default-features = false package = "winter-math" [dependencies.maybe_async] version = "0.11" package = "winter-maybe-async" [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.utils] version = "0.11" default-features = false package = "winter-utils" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand-utils] version = "0.11" package = "winter-rand-utils" [features] async = ["maybe_async/async"] concurrent = [ "crypto/concurrent", "math/concurrent", "fri/concurrent", "utils/concurrent", "std", ] default = ["std"] std = [ "air/std", "crypto/std", "fri/std", "math/std", "utils/std", ]