# 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 = "winterfell" version = "0.10.1" authors = ["winterfell contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Winterfell STARK prover and verifier" documentation = "https://docs.rs/winterfell/0.10.1" readme = "README.md" keywords = [ "crypto", "zkp", "stark", "prover", "verifier", ] 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 = "winterfell" path = "src/lib.rs" bench = false [dependencies.air] version = "0.10" default-features = false package = "winter-air" [dependencies.prover] version = "0.10" default-features = false package = "winter-prover" [dependencies.verifier] version = "0.10" default-features = false package = "winter-verifier" [features] async = ["prover/async"] concurrent = [ "prover/concurrent", "std", ] default = ["std"] std = [ "prover/std", "verifier/std", ]