mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-11 04:49:15 +03:00
b35766d572
Bump snarkvm-gadgets from 0.7.7 to 0.7.8
50 lines
998 B
TOML
50 lines
998 B
TOML
[package]
|
|
name = "leo-synthesizer"
|
|
version = "1.5.3"
|
|
authors = [ "The Aleo Team <hello@aleo.org>" ]
|
|
description = "Circuit synthesizer of the Leo programming language"
|
|
homepage = "https://aleo.org"
|
|
repository = "https://github.com/AleoHQ/leo"
|
|
keywords = [
|
|
"aleo",
|
|
"cryptography",
|
|
"leo",
|
|
"programming-language",
|
|
"zero-knowledge"
|
|
]
|
|
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
|
|
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
[dependencies.snarkvm-curves]
|
|
version = "0.7.8"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-fields]
|
|
version = "0.7.7"
|
|
default-features = false
|
|
|
|
[dependencies.snarkvm-gadgets]
|
|
version = "0.7.8"
|
|
|
|
[dependencies.snarkvm-r1cs]
|
|
version = "0.7.8"
|
|
default-features = false
|
|
|
|
[dependencies.num-bigint]
|
|
version = "0.4"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = [ "derive" ]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dependencies.sha2]
|
|
version = "0.9"
|
|
|
|
[dependencies.hex]
|
|
version = "0.4"
|