# 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_commitment_generator" version = "0.1.0" authors = ["The Matter Labs Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ZKsync commitment generator" homepage = "https://zksync.io/" readme = "README.md" keywords = [ "blockchain", "zksync", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/zksync-era" [lib] name = "zksync_commitment_generator" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.circuit_sequencer_api_1_4_0] version = "=0.140.0" package = "circuit_sequencer_api" [dependencies.circuit_sequencer_api_1_4_1] version = "=0.141.0" package = "circuit_sequencer_api" [dependencies.circuit_sequencer_api_1_5_0] version = "=0.150.1" package = "circuit_sequencer_api" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.num_cpus] version = "1.13" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["time"] [dependencies.tracing] version = "0.1" [dependencies.vise] version = "0.1.0" [dependencies.zk_evm_1_3_3] version = "0.133.0" package = "zk_evm" [dependencies.zk_evm_1_4_1] version = "0.141.0" package = "zk_evm" [dependencies.zk_evm_1_5_0] version = "0.150.0" package = "zk_evm" [dependencies.zksync_contracts] version = "0.1.0" [dependencies.zksync_dal] version = "0.1.0" [dependencies.zksync_eth_client] version = "0.1.0" [dependencies.zksync_health_check] version = "0.1.0" [dependencies.zksync_l1_contract_interface] version = "0.1.0" [dependencies.zksync_multivm] version = "0.1.0" [dependencies.zksync_types] version = "0.1.0" [dependencies.zksync_utils] version = "0.1.0"