zksync_health_check 0.1.0

Health checks library
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["sync", "time"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.vise]
version = "0.1.0"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1"

[lib]
name = "zksync_health_check"
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 = "Health checks library"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_health_check"
readme = "README.md"
repository = "https://github.com/matter-labs/zksync-era"
version = "0.1.0"