zksync_merkle_tree 26.2.1-non-semver-compat

ZKsync implementation of Jellyfish Merkle tree
[package]
name = "zksync_merkle_tree"
description = "ZKsync implementation of Jellyfish Merkle tree"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
vise.workspace = true
zksync_types.workspace = true
zksync_crypto_primitives.workspace = true
zksync_storage.workspace = true
zksync_prover_interface.workspace = true

anyhow.workspace = true
leb128.workspace = true
once_cell.workspace = true
rayon.workspace = true
thiserror.workspace = true
thread_local.workspace = true
tracing.workspace = true