# 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_state" version = "0.1.0" authors = ["The Matter Labs Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ZKsync state keeper state" 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_state" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.backon] version = "0.4.4" [dependencies.chrono] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.mini-moka] version = "0.10.0" [dependencies.once_cell] version = "1" [dependencies.tokio] version = "1" features = ["rt"] [dependencies.tracing] version = "0.1" [dependencies.vise] version = "0.1.0" [dependencies.zksync_dal] version = "0.1.0" [dependencies.zksync_shared_metrics] 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" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempfile] version = "3.0.2" [dev-dependencies.test-casing] version = "0.1.2"