winter-prover 0.13.1

Winterfell STARK prover
Documentation
[[bench]]
harness = false
name = "row_matrix"
path = "benches/row_matrix.rs"

[dependencies.air]
default-features = false
package = "winter-air"
version = "0.13"

[dependencies.crypto]
default-features = false
package = "winter-crypto"
version = "0.13"

[dependencies.fri]
default-features = false
package = "winter-fri"
version = "0.13"

[dependencies.math]
default-features = false
package = "winter-math"
version = "0.13"

[dependencies.maybe_async]
package = "winter-maybe-async"
version = "0.13"

[dependencies.tracing]
default-features = false
features = ["attributes"]
version = "0.1"

[dependencies.utils]
default-features = false
package = "winter-utils"
version = "0.13"

[dev-dependencies.criterion]
version = "0.6"

[dev-dependencies.rand-utils]
package = "winter-rand-utils"
version = "0.13"

[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"]

[lib]
bench = false
name = "winter_prover"
path = "src/lib.rs"

[package]
authors = ["winterfell contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Winterfell STARK prover"
documentation = "https://docs.rs/winter-prover/0.13.1"
edition = "2021"
keywords = ["crypto", "zkp", "stark", "prover"]
license = "MIT"
name = "winter-prover"
readme = "README.md"
repository = "https://github.com/novifinancial/winterfell"
rust-version = "1.87"
version = "0.13.1"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]