Files
circ/circ_fields/Cargo.toml
2022-03-25 15:03:09 -07:00

20 lines
466 B
TOML

[package]
name = "circ_fields"
version = "0.1.0"
authors = ["kwantam <kwantam@gmail.com>"]
edition = "2021"
[dependencies]
ff = { version = "0.11", features = ["derive"] }
ff_derive = { git = "https://github.com/kwantam/ff.git", rev = "b3041c177b9ae28095c9ce8347600212252abc83" }
ff-derive-num = "0.2"
lazy_static = "1.4"
num-traits = "0.2"
paste = "1.0"
rand = "0.8"
rug = "1.11"
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
rand = "0.8"