winter-air 0.13.1

AIR components for the Winterfell STARK prover/verifier
Documentation
# 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.87"
name = "winter-air"
version = "0.13.1"
authors = ["winterfell contributors"]
build = false
autolib = 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.13.1"
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",
]

[features]
default = ["std"]
std = [
    "crypto/std",
    "fri/std",
    "math/std",
    "utils/std",
]

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

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

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

[dependencies.libm]
version = "0.2"

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

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

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