leo/state/Cargo.toml
dependabot[bot] cf9efb1dc2
Bump snarkvm-curves from 0.5.4 to 0.5.5
Bumps [snarkvm-curves](https://github.com/AleoHQ/snarkVM) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/AleoHQ/snarkVM/releases)
- [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.5.4...v0.5.5)

---
updated-dependencies:
- dependency-name: snarkvm-curves
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 10:20:40 +00:00

58 lines
1.1 KiB
TOML

[package]
name = "leo-state"
version = "1.5.2"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "State parser 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.leo-input]
path = "../input"
version = "1.5.2"
[dependencies.leo-ast]
path = "../ast"
version = "1.5.2"
[dependencies.snarkvm-algorithms]
version = "0.5.4"
[dependencies.snarkvm-curves]
version = "0.5.5"
default-features = false
[dependencies.snarkvm-dpc]
version = "0.5.4"
default-features = false
features = [ "testnet1" ]
[dependencies.snarkvm-utilities]
version = "0.5.4"
[dependencies.indexmap]
version = "1.6.2"
features = [ "serde-1" ]
[dependencies.rand]
version = "0.8"
[dependencies.rand_xorshift]
version = "0.3"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.rand_core]
version = "0.6.3"