# 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 = "chainstate" version = "0.2.0" authors = ["EnormousCloud"] description = "CLI utility to examine the health of EVM-compatible nodes via JSON-RPC API" homepage = "https://github.com/EnormousCloud/chainstate/" readme = "README.md" license = "MIT" repository = "https://github.com/EnormousCloud/chainstate/" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.6" features = ["attributes"] [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.bigdecimal] version = "0.2" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.cached] version = "0.23" [dependencies.ethereum-types] version = "0.11" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tide] version = "0.16" features = ["h1-server"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.2" [dependencies.ureq] version = "2.1" features = [ "json", "charset", ]