# 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 = "ark-grumpkin" version = "0.5.0-alpha.0" authors = [ "CPerezz", "arkworks contributors", ] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "The Grumpkin prime-order elliptic curve" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-grumpkin/" keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [[bench]] name = "grumpkin" path = "benches/grumpkin.rs" harness = false [dependencies.ark-bn254] version = "0.5.0-alpha" features = [ "scalar_field", "curve", ] default-features = false [dependencies.ark-ec] version = "0.5.0-alpha" default-features = false [dependencies.ark-ff] version = "0.5.0-alpha" default-features = false [dependencies.ark-r1cs-std] version = "0.5.0-alpha" optional = true default-features = false [dependencies.ark-std] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-algebra-bench-templates] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-relations] version = "0.5.0-alpha" default-features = false [dev-dependencies.ark-serialize] version = "0.5.0-alpha" default-features = false [features] default = [] r1cs = ["ark-r1cs-std"] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", ]