forked from arkworks-rs/snark
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCargo.toml
33 lines (30 loc) · 1000 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
[package]
name = "bench-utils"
version = "0.6.1"
authors = [
"Sean Bowe",
"Alessandro Chiesa",
"Matthew Green",
"Ian Miers",
"Pratyush Mishra",
"Howard Wu",
"Daniele Di Benedetto <[email protected]>",
"Marcelo Kaihara",
"Ulrich Haboeck <[email protected]>",
"Maksym Vereshchak <[email protected]>",
"Luigi Varriale <[email protected]>",
"cronicc <[email protected]>",
"Luca Giussani <[email protected]>",
"Daniele Di Tullio <[email protected]>",
"Nicholas Mainardi <[email protected]>",
"Michele d'Amico <[email protected]>",
]
description = "A helper library for profiling performance"
include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT/Apache-2.0"
edition = "2018"
################################# Dependencies ################################
[dependencies]
colored = { version = "2.0.0", optional = true }
[features]
print-trace = ["colored"]