[dependencies.anyhow]
version = "1"
[dependencies.rand]
version = "0.8"
[dependencies.secrecy]
version = "0.8.0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tracing]
optional = true
version = "0.1"
[dependencies.zksync_basic_types]
version = "=26.1.0-non-semver-compat"
[dependencies.zksync_concurrency]
version = "=0.8.0"
[dependencies.zksync_consensus_utils]
version = "=0.8.0"
[dependencies.zksync_crypto_primitives]
version = "=26.1.0-non-semver-compat"
[dependencies.zksync_vlog]
optional = true
version = "=26.1.0-non-semver-compat"
[dev-dependencies.serde_json]
version = "1"
[features]
default = []
observability_ext = ["zksync_vlog", "tracing"]
[lib]
name = "zksync_config"
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 core configuration"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_config"
readme = false
repository = "https://github.com/matter-labs/zksync-era"
version = "26.1.0-non-semver-compat"