plonky2/Cargo.toml

18 lines
274 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]
2021-03-25 15:20:14 -07:00
env_logger = "0.8.3"
log = "0.4.14"
2021-02-26 13:18:41 -08:00
num = "0.3"
2021-03-25 15:20:14 -07:00
rayon = "1.5.0"
unroll = "0.1.5"
2021-02-09 21:25:21 -08:00
[profile.release]
opt-level = 3
2021-03-25 15:20:14 -07:00
#lto = "fat"
#codegen-units = 1