[dependencies.rayon]
optional = true
version = "1.8"
[dev-dependencies.proptest]
version = "1.4"
[features]
concurrent = ["rayon", "std"]
default = ["std"]
std = []
[lib]
bench = false
name = "winter_utils"
path = "src/lib.rs"
[package]
authors = ["winterfell contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "Utilities for the Winterfell STARK prover/verifier"
documentation = "https://docs.rs/winter-utils/0.9.2"
edition = "2021"
keywords = ["serialization", "transmute"]
license = "MIT"
name = "winter-utils"
readme = "README.md"
repository = "https://github.com/novifinancial/winterfell"
rust-version = "1.78"
version = "0.9.2"