# 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-math" version = "0.11.0" authors = ["winterfell contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Math library for the Winterfell STARK prover/verifier" documentation = "https://docs.rs/winter-math/0.11.0" readme = "README.md" keywords = [ "crypto", "finite-fields", "polynomials", "fft", ] 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_math" path = "src/lib.rs" bench = false [[bench]] name = "fft" path = "benches/fft.rs" harness = false [[bench]] name = "field" path = "benches/field.rs" harness = false [[bench]] name = "poly_div_lagrange" path = "benches/poly_div_lagrange.rs" harness = false [[bench]] name = "polynom" path = "benches/polynom.rs" harness = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.utils] version = "0.11" default-features = false package = "winter-utils" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.rand-utils] version = "0.11" package = "winter-rand-utils" [features] concurrent = [ "utils/concurrent", "std", ] default = ["std"] std = ["utils/std"]