# 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_kzg_multi_open_fk20" version = "0.5.2" authors = ["Kevaundray Wedderburn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides a multi-opening algorithm for KZG10 using FK20" readme = "README.md" license = "MIT" repository = "https://github.com/crate-crypto/rust-eth-kzg" [lib] name = "crate_crypto_kzg_multi_open_fk20" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.bls12_381] version = "0.5.2" package = "crate_crypto_internal_eth_kzg_bls12_381" [dependencies.hex] version = "0.4.3" [dependencies.maybe_rayon] version = "0.5.2" package = "crate_crypto_internal_eth_kzg_maybe_rayon" [dependencies.polynomial] version = "0.5.2" package = "crate_crypto_internal_eth_kzg_polynomial" [dependencies.sha2] version = "0.10.8" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.4" [features] multithreaded = ["maybe_rayon/multithreaded"] singlethreaded = ["bls12_381/blst-no-threads"]