forked from lattirust/labrador
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 862 Bytes
/
Cargo.toml
File metadata and controls
25 lines (23 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "labrador"
version = "0.0.1-alpha"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lattirust-arithmetic = { version = "0.0.1-alpha", git = "https://github.com/lattirust/lattirust" }
lattice-estimator = { version = "0.0.1-alpha", git = "https://github.com/lattirust/lattirust" }
lattirust-util = { version = "0.0.1-alpha", git = "https://github.com/lattirust/lattirust" }
relations = { version = "0.0.1-alpha", git = "https://github.com/lattirust/lattirust" }
ark-std = "0.5.0"
log = "0.4.22"
nimue = "0.1.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
pretty_env_logger = "0.5.0"
rayon = "1.10.0"
serde = "1.0.215"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
indicatif = "0.17.9"
derive_more = "2.0.1"
anyhow = "1.0"