# 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-gadgets" version = "1.2.3" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Gadgets 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" [[bench]] name = "integer_arithmetic" path = "benches/integer_arithmetic.rs" harness = false [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_xorshift] version = "0.3" default-features = false [dependencies.snarkvm-errors] version = "0.0.5" default-features = false [dependencies.snarkvm-models] version = "0.0.5" default-features = false [dependencies.snarkvm-utilities] version = "0.0.5" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand_core] version = "0.6.2"