# 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-ed-on-bls12-381-zypher" version = "0.4.0" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "A Twisted Edwards curve defined over the scalar field of the BLS12-381 curve" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-ed-on-bls12-381-zypher/" keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/zypher-game/ark-algebra" [[bench]] name = "ed_on_bls12_381" path = "benches/ed_on_bls12_381.rs" harness = false [dependencies.ark-bls12-381] version = "0.4.0" features = ["scalar_field"] default-features = false package = "ark-bls12-381-zypher" [dependencies.ark-ec] version = "0.4.0" default-features = false package = "ark-ec-zypher" [dependencies.ark-ff] version = "0.4.0" default-features = false package = "ark-ff-zypher" [dependencies.ark-r1cs-std] version = "0.4.0" optional = true default-features = false package = "ark-r1cs-std-zypher" [dependencies.ark-std] version = "0.4.0" default-features = false package = "ark-std-zypher" [dev-dependencies.ark-algebra-bench-templates] version = "0.4.0" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.4.0" default-features = false [dev-dependencies.ark-relations] version = "0.4.0" default-features = false package = "ark-relations-zypher" [dev-dependencies.ark-serialize] version = "0.4.0" default-features = false package = "ark-serialize-zypher" [features] default = [] r1cs = ["ark-r1cs-std"] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", "ark-bls12-381/std", ]