# 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 = "snarkvm-nonnative" version = "0.4.0" authors = ["Weikeng Chen", "Alessandro Chiesa", "Emma Dauterman", "Nicholas Ward", "The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "A library for the nonnative field gadgets" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkVM" [dependencies.num-bigint] version = "0.4.0" default-features = false [dependencies.num-integer] version = "0.1.44" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.snarkvm-algorithms] version = "0.4.0" [dependencies.snarkvm-curves] version = "0.4.0" default-features = false [dependencies.snarkvm-fields] version = "0.4.0" default-features = false [dependencies.snarkvm-gadgets] version = "0.4.0" default-features = false [dependencies.snarkvm-r1cs] version = "0.4.0" default-features = false [dependencies.snarkvm-utilities] version = "0.4.0" [dev-dependencies.paste] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3" [features] default = ["std"] std = []