# 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-ext" version = "0.4.1" authors = [ "Parity Technologies ", "Achim Schneider ", "Davide Galassi ", ] include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Extensions for the BLS12-381 pairing-friendly elliptic curve" keywords = [ "cryptography", "elliptic-curves", "pairing", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/paritytech/arkworks-ext" [dependencies.ark-bls12-381] version = "0.4.0" features = ["curve"] default-features = false [dependencies.ark-ec] version = "0.4.2" default-features = false [dependencies.ark-ff] version = "0.4.2" default-features = false [dependencies.ark-models-ext] version = "0.4.1" default-features = false [dependencies.ark-serialize] version = "0.4.2" default-features = false [dependencies.ark-std] version = "0.4.0" default-features = false [dev-dependencies.ark-algebra-test-templates] version = "0.4.2" default-features = false [features] default = ["std"] parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel", ] std = [ "ark-bls12-381/std", "ark-ec/std", "ark-ff/std", "ark-models-ext/std", "ark-serialize/std", "ark-std/std", ]