2021-12-28 11:51:13 -08:00
|
|
|
[package]
|
|
|
|
|
name = "plonky2_util"
|
2022-01-21 10:14:44 -08:00
|
|
|
description = "Utilities used by Plonky2"
|
2024-11-25 12:58:04 -05:00
|
|
|
version = "1.0.0"
|
2023-01-30 08:51:33 -08:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-12-28 11:51:13 -08:00
|
|
|
edition = "2021"
|
|
|
|
|
|
2022-12-12 18:23:22 -07:00
|
|
|
[dev-dependencies]
|
2022-11-08 12:26:52 -08:00
|
|
|
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"]
|