# 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-air" version = "0.11.0" authors = ["winterfell contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AIR components for the Winterfell STARK prover/verifier" documentation = "https://docs.rs/winter-air/0.11.0" readme = "README.md" keywords = [ "crypto", "arithmetization", "air", ] 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_air" path = "src/lib.rs" bench = false [dependencies.crypto] version = "0.11" default-features = false package = "winter-crypto" [dependencies.fri] version = "0.11" default-features = false package = "winter-fri" [dependencies.libm] version = "0.2" [dependencies.math] version = "0.11" default-features = false package = "winter-math" [dependencies.utils] version = "0.11" default-features = false package = "winter-utils" [dev-dependencies.rand-utils] version = "0.11" package = "winter-rand-utils" [features] default = ["std"] std = [ "crypto/std", "fri/std", "math/std", "utils/std", ]