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