mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
21 lines
505 B
TOML
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"]
|