# 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 = "dusk-bls12_381" version = "0.13.0" authors = [ "Sean Bowe ", "Jack Grigg ", "CPerezz ", ] exclude = [ ".github/workflows/ci.yml", ".gitignore", ] description = "Fork of the implementation of the BLS12-381 pairing-friendly elliptic curve construction with some extra tooling needed by the Dusk team" homepage = "https://github.com/dusk-network/bls12_381" documentation = "https://docs.rs/dusk-bls12_381/" readme = "README.md" keywords = [ "cryptography", "bls12_381", "zk-snarks", "ecc", "elliptic-curve", ] categories = [ "algorithms", "cryptography", "development-tools", ] license = "MIT/Apache-2.0/MPL-2.0" repository = "https://github.com/dusk-network/bls12_381" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [[bench]] name = "groups" harness = false required-features = ["groups"] [[bench]] name = "hash_to_curve" harness = false required-features = ["experimental"] [dependencies.blake2b_simd] version = "1.0" default-features = false [dependencies.bytecheck] version = "0.6" optional = true default-features = false [dependencies.byteorder] version = "1" optional = true default-features = false [dependencies.digest] version = "0.9" optional = true [dependencies.dusk-bytes] version = "0.1" [dependencies.ff] version = "0.13" default-features = false [dependencies.group] version = "0.13" optional = true default-features = false [dependencies.pairing] version = "0.23" optional = true [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rayon] version = "1" optional = true [dependencies.rkyv] version = "0.7" optional = true default-features = false [dependencies.serde] version = "1" optional = true [dependencies.subtle] version = "2" default-features = false [dependencies.zeroize] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.csv] version = ">= 1.0, < 1.2" [dev-dependencies.hex] version = "0.4" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.rkyv] version = "0.7" features = ["size_32"] default-features = false [dev-dependencies.sha2] version = "0.9" [dev-dependencies.sha3] version = "0.9" [features] alloc = ["group/alloc"] bits = ["ff/bits"] default = [ "groups", "pairings", "alloc", "bits", "parallel", "byteorder", ] experimental = ["digest"] groups = ["group"] nightly = ["subtle/nightly"] pairings = [ "groups", "pairing", ] parallel = ["rayon"] rkyv-impl = [ "rkyv", "rkyv/alloc", "bytecheck", ]