[dependencies.async-trait]
version = "0.1"
[dependencies.jsonrpsee]
default-features = false
features = ["client", "macros"]
version = "0.24"
[dependencies.rlp]
version = "0.5"
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.vise]
version = "0.2.0"
[dependencies.zksync_config]
version = "=26.7.0-non-semver-compat"
[dependencies.zksync_contracts]
version = "=26.7.0-non-semver-compat"
[dependencies.zksync_eth_signer]
version = "=26.7.0-non-semver-compat"
[dependencies.zksync_types]
version = "=26.7.0-non-semver-compat"
[dependencies.zksync_web3_decl]
version = "=26.7.0-non-semver-compat"
[dev-dependencies.assert_matches]
version = "1.5"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "zksync_eth_client"
path = "src/lib.rs"
[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "ZKsync Ethereum client implementations"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_eth_client"
readme = false
repository = "https://github.com/matter-labs/zksync-era"
version = "26.7.0-non-semver-compat"