mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 22:03:07 +00:00
13 lines
251 B
TOML
13 lines
251 B
TOML
[package]
|
|
name = "plonky2_maybe_rayon"
|
|
description = "Feature-gated wrapper around rayon"
|
|
license = "MIT OR Apache-2.0"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
parallel = ["rayon"]
|
|
|
|
[dependencies]
|
|
rayon = { version = "1.5.3", optional = true }
|