forked from o1-labs/proof-systems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (32 loc) · 881 Bytes
/
Cargo.toml
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
26
27
28
29
30
31
32
33
34
[package]
name = "o1-utils"
version = "0.1.0"
description = "Set of utility extending arkworks"
repository = "https://github.com/o1-labs/proof-systems"
homepage = "https://o1-labs.github.io/proof-systems/"
documentation = "https://o1-labs.github.io/proof-systems/rustdoc/"
readme = "README.md"
edition = "2021"
license = "Apache-2.0"
[dependencies]
ark-ec.workspace = true
ark-ff.workspace = true
ark-poly.workspace = true
ark-serialize.workspace = true
bcs.workspace = true
rayon.workspace = true
serde.workspace = true
serde_with.workspace = true
hex.workspace = true
num-bigint.workspace = true
num-integer.workspace = true
num-traits.workspace = true
sha2.workspace = true
thiserror.workspace = true
rand.workspace = true
rand_core.workspace = true
[dev-dependencies]
ark-ec.workspace = true
mina-curves.workspace = true
num-bigint.workspace = true
secp256k1.workspace = true