# 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_merkle_tree" version = "0.1.0" authors = ["The Matter Labs Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ZKsync implementation of Jellyfish Merkle tree" 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_merkle_tree" path = "src/lib.rs" [[example]] name = "loadtest" path = "examples/loadtest/main.rs" [[example]] name = "recovery" path = "examples/recovery.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.anyhow] version = "1" [dependencies.leb128] version = "0.2.5" [dependencies.once_cell] version = "1" [dependencies.rayon] version = "1.3.1" [dependencies.thiserror] version = "1" [dependencies.thread_local] version = "1.1" [dependencies.tracing] version = "0.1" [dependencies.vise] version = "0.1.0" [dependencies.zksync_crypto_primitives] version = "0.1.0" [dependencies.zksync_prover_interface] version = "0.1.0" [dependencies.zksync_storage] version = "0.1.0" [dependencies.zksync_types] version = "0.1.0" [dependencies.zksync_utils] version = "0.1.0"