# 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" name = "kzg-rs" version = "0.2.3" authors = ["Bhargav Annem "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of KZG point evaluation" readme = "README.md" license = "MIT" repository = "https://github.com/succinctlabs/kzg-rs" [lib] name = "kzg_rs" path = "src/lib.rs" [dependencies.bls12_381] version = "0.8.0" features = [ "groups", "pairings", "alloc", ] default-features = false package = "sp1_bls12_381" [dependencies.ff] version = "0.13.0" features = ["derive"] default-features = false [dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.spin] version = "0.9.8" features = ["once"] default-features = false [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.serde] version = "^1.0" features = ["derive"] [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_yaml] version = "0.9" [build-dependencies.bls12_381] version = "0.8.0" features = [ "groups", "pairings", "alloc", ] default-features = false package = "sp1_bls12_381" [build-dependencies.hex] version = "0.4.3"