plonky2/util/Cargo.toml

14 lines
383 B
TOML
Raw Permalink Normal View History

[package]
name = "plonky2_util"
2022-01-21 10:14:44 -08:00
description = "Utilities used by Plonky2"
version = "1.0.0"
2023-01-30 08:51:33 -08:00
license = "MIT OR Apache-2.0"
edition = "2021"
[dev-dependencies]
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }
2024-01-12 17:07:18 +01:00
# Display math equations properly in documentation
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"]