# 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-bls12-381-zypher" version = "0.4.0" authors = ["arkworks contributors"] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "The BLS12-381 pairing-friendly elliptic curve" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-bls12-381-zypher/" keywords = [ "cryptography", "finite-fields", "elliptic-curves", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/zypher/ark-algebra" [[bench]] name = "bls12_381" path = "benches/bls12_381.rs" harness = false [dependencies.ark-ec] version = "0.4.0" package = "ark-ec-zypher" [dependencies.ark-ff] version = "0.4.0" default-features = false package = "ark-ff-zypher" [dependencies.ark-serialize] version = "0.4.0" default-features = false package = "ark-serialize-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.hex] version = "^0.4.0" [features] curve = ["scalar_field"] default = ["curve"] scalar_field = [] std = [ "ark-std/std", "ark-ff/std", "ark-ec/std", ]