[package]
edition = "2018"
name = "r1cs"
version = "0.3.8"
authors = ["Daniel Lubarov <daniel@mirprotocol.org>", "Brendan Farmer <brendan@mirprotocol.org>"]
description = "A library for building R1CS gadgets"
documentation = "https://docs.rs/r1cs"
readme = "README.md"
keywords = ["R1CS", "cryptography", "SNARK"]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mir-protocol/r1cs"
[dependencies.bimap]
version = "0.4.0"
[dependencies.itertools]
version = "0.8.0"
[dependencies.num]
version = "0.2.0"
features = ["rand"]
[dependencies.num-traits]
version = "0.2.8"
[dependencies.rand]
version = "0.5"
[dependencies.rand_chacha]
version = "0.1.1"