utils/core/Cargo.toml (21 lines of code) (raw):
[package]
name = "winter-utils"
version = "0.3.0"
description = "Utilities for the Winterfell STARK prover/verifier"
authors = ["winterfell contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/novifinancial/winterfell"
documentation = "https://docs.rs/winter-utils/0.3.0"
categories = ["cryptography", "no-std"]
keywords = ["serialization", "transmute"]
edition = "2021"
rust-version = "1.57"
[lib]
bench = false
[features]
concurrent = ["rayon", "std"]
default = ["std"]
std = []
[dependencies]
rayon = { version = "1.5", optional = true }