# 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.66" name = "crate_crypto_internal_peerdas_polynomial" version = "0.3.0" authors = ["Kevaundray Wedderburn "] description = "This crate provides utility methods that are needed for Polynomial objects" license = "MIT" repository = "https://github.com/crate-crypto/peerdas-kzg" [[bench]] name = "benchmark" harness = false [dependencies.bls12_381] version = "0.3.0" package = "crate_crypto_internal_peerdas_bls12_381" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.4"