# 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-cp6-782" version = "0.5.0-alpha.0" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "The CP6-782 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-cp6-782/" keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/arkworks-rs/algebra" [[bench]] name = "cp6_782" path = "benches/cp6_782.rs" harness = false [dependencies.ark-bls12-377] version = "0.5.0-alpha" features = ["base_field"] 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-serialize] version = "0.5.0-alpha" default-features = false [dependencies.ark-std] version = "0.5.0-alpha" default-features = false [dependencies.itertools] version = "0.10" [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 [features] default = [] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-377/std", ]