# 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 = "zksync_kzg" version = "0.150.1" authors = ["The Matter Labs Team "] description = "ZKsync Era KZG implementation" homepage = "https://zksync.io/" readme = "README.md" keywords = [ "blockchain", "zksync", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/era-zkevm_test_harness/" [dependencies.boojum] version = "=0.2.0" [dependencies.derivative] version = "2.2" [dependencies.hex] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1" features = ["hex"] [dependencies.zkevm_circuits] version = "=0.150.0" [dev-dependencies.rand] version = "0.4" [features] default = []