# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "leo-state" version = "1.5.3" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "State parser of the Leo programming language" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "leo", "programming-language", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "web-programming"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/leo" [dependencies.indexmap] version = "1.7.0" features = ["serde-1"] [dependencies.leo-ast] version = "1.5.3" [dependencies.leo-input] version = "1.5.3" [dependencies.rand] version = "0.8" [dependencies.rand_xorshift] version = "0.3" [dependencies.snarkvm-algorithms] version = "0.7.4" [dependencies.snarkvm-curves] version = "0.7.5" default-features = false [dependencies.snarkvm-dpc] version = "0.7.5" features = ["testnet1"] [dependencies.snarkvm-utilities] version = "0.7.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.rand_core] version = "0.6.3"