# 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 = "beacon-metrics-gazer" version = "0.1.5" authors = ["dapplion "] description = "Collects network wide participation metrics given a range of indexes" documentation = "https://docs.rs/beacon-metrics-gazer" readme = "README.md" keywords = [ "ethereum", "beacon", "metrics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dapplion/beacon-metrics-gazer" [[bin]] name = "beacon-metrics-gazer" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.hyper] version = "0.14.25" features = ["server"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.once_cell] version = "1.18.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.prometheus] version = "0.13" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11.16" features = ["json"] [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3.1" [dev-dependencies.hex] version = "0.4.3"