mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 19:59:33 +00:00
21 lines
429 B
TOML
21 lines
429 B
TOML
[package]
|
|
name = "rust-rapidsnark"
|
|
version = "0.1.2"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/zkmopro/rust-rapidsnark"
|
|
documentation = "https://zkmopro.org/"
|
|
homepage = "https://zkmopro.org/"
|
|
description = "Rust wrapper for the Rapidsnark proof system"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
num-bigint = "0.4.6"
|
|
num-traits = "0.2.19"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
chkstk_stub = "0.1"
|