# 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 = "ic_bls12_381" version = "0.9.2" authors = [ "Sean Bowe ", "Jack Grigg ", ] description = "Implementation of the BLS12-381 pairing-friendly elliptic curve construction" homepage = "https://github.com/dfinity/bls12_381" documentation = "https://docs.rs/ic_bls12_381/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dfinity/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.digest] version = "0.10" optional = true [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.subtle] version = "2.2.1" default-features = false [dependencies.zeroize] version = "1.4" optional = true default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.csv] version = ">= 1.0, < 1.2" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.sha3] version = "0.10" [features] alloc = ["group/alloc"] bits = ["ff/bits"] default = [ "groups", "pairings", "alloc", "bits", ] experimental = ["digest"] groups = ["group"] nightly = ["subtle/nightly"] pairings = [ "groups", "pairing", ]