# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cosmian_bls12_381" version = "0.4.1" authors = ["Sean Bowe ", "Jack Grigg "] description = "Implementation of the BLS12-381 pairing-friendly elliptic curve construction" homepage = "https://github.com/zkcrypto/bls12_381" documentation = "https://docs.rs/bls12_381/" license = "MIT/Apache-2.0" repository = "https://github.com/zkcrypto/bls12_381" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [[bench]] name = "groups" harness = false required-features = ["groups"] [dependencies.ff] version = "0.9" default-features = false [dependencies.group] version = "0.9" optional = true default-features = false [dependencies.pairing] version = "0.19" optional = true [dependencies.rand_core] version = "0.6" default-features = false [dependencies.subtle] version = "2.2.1" default-features = false [dev-dependencies.criterion] version = "0.3" [features] alloc = ["group/alloc"] default = ["groups", "pairings", "alloc", "endo"] endo = [] groups = ["group"] nightly = ["subtle/nightly"] pairings = ["groups", "pairing"]