plonky2/maybe_rayon/Cargo.toml
Robin Salen 6d1b99e5ca
v1.0.0 release (#1637)
* Update CHANGELOG

* Bump versions
2024-11-26 02:58:04 +09:00

21 lines
505 B
TOML

[package]
name = "plonky2_maybe_rayon"
description = "Feature-gated wrapper around rayon"
version = "1.0.0"
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[features]
parallel = ["rayon"]
[dependencies]
rayon = { version = "1.5.3", optional = true }
# Display math equations properly in documentation
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]