# 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" rust-version = "1.70" name = "crate_crypto_internal_eth_kzg_bls12_381" version = "0.5.2" authors = ["Kevaundray Wedderburn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides the internal implementation of the BLS12-381 curve for the Eth KZG project." readme = "README.md" license = "MIT" repository = "https://github.com/crate-crypto/rust-eth-kzg" [lib] name = "crate_crypto_internal_eth_kzg_bls12_381" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.blst] version = "0.3" default-features = false [dependencies.blstrs] version = "0.7.1" features = ["__private_bench"] [dependencies.ff] version = "0.13.0" [dependencies.group] version = "0.13" [dependencies.pairing] version = "0.23" [dependencies.subtle] version = ">=2.5.0, <3.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.4" [features] blst-no-threads = ["blst/no-threads"]