zkutil/Cargo.toml
2022-08-28 18:48:50 +00:00

70 lines
1.5 KiB
TOML

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "zkutil"
version = "0.5.0"
authors = ["Roman Semenov <semenov.roma@gmail.com>"]
description = "Library for working with circom circuits"
homepage = "https://github.com/poma/zkutil"
documentation = "https://docs.rs/zkutil"
license = "MIT"
repository = "https://github.com/poma/zkutil"
[lib]
crate-type = ["cdylib", "lib"]
[[bin]]
name = "zkutil"
path = "src/main.rs"
[dependencies.bellman_ce]
version = "0.3.4"
default-features = false
[dependencies.byteorder]
version = "1"
[dependencies.cfg-if]
version = "0.1.10"
[dependencies.clap]
version = "3.0.0-beta.1"
package = "clap-v3"
[dependencies.exitcode]
version = "1.1.2"
[dependencies.hex-literal]
version = "0.2.1"
[dependencies.itertools]
version = "0.8.1"
[dependencies.num-bigint]
version = "0.2.3"
[dependencies.num-traits]
version = "0.2.8"
[dependencies.rand]
version = "0.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[features]
default = ["bellman_ce/multicore"]