# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "snarkvm-curves" version = "1.0.0" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", "documentation/", ] description = "Curves for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "compilers", "cryptography", "mathematics", "wasm", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [[bench]] name = "curves" path = "benches/curves.rs" harness = false [dependencies.rand] version = "0.8" default-features = false [dependencies.rayon] version = "1" [dependencies.serde] version = "1.0.188" features = ["derive"] default-features = false [dependencies.snarkvm-fields] version = "=1.0.0" default-features = false [dependencies.snarkvm-utilities] version = "=1.0.0" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [build-dependencies.rustc_version] version = "0.4" [features] default = [ "snarkvm-fields/default", "snarkvm-utilities/default", ] serial = ["snarkvm-fields/serial"]