# 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 = "mibs" version = "0.14.1" description = "MIBS (MInimal Block Scanner) is a minimal EVM-compatible block scanner written in Rust." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.74" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.ethers] version = "2.0.13" features = ["rustls"] [dependencies.futures] version = "0.3.28" [dependencies.governor] version = "0.5.1" [dependencies.serde_json] version = "1.0.107" features = ["raw_value"] [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.23.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-futures] version = "0.2.5" [dependencies.url] version = "2.4.1"