# 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_erasure_codes" version = "0.5.2" authors = ["Kevaundray Wedderburn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides an implementation of erasure encoding and decoding" readme = "README.md" license = "MIT" repository = "https://github.com/crate-crypto/rust-eth-kzg" [lib] name = "crate_crypto_internal_eth_kzg_erasure_codes" 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.polynomial] version = "0.5.2" package = "crate_crypto_internal_eth_kzg_polynomial" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.4"