mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
44 lines
1.0 KiB
TOML
44 lines
1.0 KiB
TOML
[package]
|
|
name = "circ"
|
|
version = "0.1.0"
|
|
authors = ["Alex Ozdemir <aozdemir@hmc.edu>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
#hashconsing = "1.3"
|
|
hashconsing = { git = "https://github.com/alex-ozdemir/hashconsing.git", branch = "ahash"}
|
|
rug = "1.11"
|
|
gmp-mpfr-sys = "1.4"
|
|
fnv = "1.0.7"
|
|
lazy_static = "1.4"
|
|
rand = "0.8"
|
|
rsmt2 = "0.12"
|
|
#rsmt2 = { git = "https://github.com/alex-ozdemir/rsmt2.git" }
|
|
ieee754 = "0.2"
|
|
zokrates_parser = { path = "third_party/ZoKrates/zokrates_parser" }
|
|
zokrates_pest_ast = { path = "third_party/ZoKrates/zokrates_pest_ast" }
|
|
typed-arena = "2.0"
|
|
log = "0.4"
|
|
thiserror = "1.0"
|
|
bellman = "0.9"
|
|
ff = "0.9"
|
|
funty = "=1.1"
|
|
ahash = "0.7"
|
|
good_lp = { version = "1.1", features = ["lp-solvers", "coin_cbc"], default-features = false }
|
|
lp-solvers = "0.0.4"
|
|
serde_json = "1.0"
|
|
lang-c = "0.10.1"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "1"
|
|
quickcheck_macros = "1"
|
|
env_logger = "0.8"
|
|
bls12_381 = "0.4"
|
|
structopt = "0.3"
|
|
approx = "0.5.0"
|
|
|
|
[profile.release]
|
|
debug = true
|