plonky2/Cargo.toml

16 lines
236 B
TOML
Raw Normal View History

2021-02-09 21:25:21 -08:00
[package]
name = "plonky2"
version = "0.1.0"
authors = ["Daniel Lubarov <daniel@lubarov.com>"]
edition = "2018"
[dependencies]
unroll = "0.1.5"
rayon = "1.5.0"
2021-02-26 13:18:41 -08:00
num = "0.3"
2021-02-09 21:25:21 -08:00
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1