plonky2/maybe_rayon/Cargo.toml
2024-02-19 07:35:51 -05:00

21 lines
505 B
TOML

[package]
name = "plonky2_maybe_rayon"
description = "Feature-gated wrapper around rayon"
version = "0.1.1"
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"]