1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/Cargo.toml

30 lines
586 B
TOML

[package]
name = "zokrates"
version = "0.1.0"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>"]
repository = "https://github.com/Kyroy/VerifiableStatementCompiler.git"
readme = "README.md"
build = "build.rs"
[features]
nolibsnark = []
[dependencies]
libc = "0.2.0"
num = "0.1.36"
lazy_static = "0.1.*"
# cli
clap = "2.26.2"
# serialization and deserialization
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
bincode = "0.8.0"
regex = "0.2"
[dev-dependencies]
glob = "0.2.11"
assert_cli = "0.5"
[build-dependencies]
gcc = "0.3.41"