# 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 = "gas-used" version = "0.1.2" authors = ["Raul Jordan "] description = "Simple CLI tool to count the gas used by accounts interacting with a specific Ethereum contract" homepage = "https://github.com/rauljordan/gas-used" readme = "README.md" keywords = ["cli", "ethereum", "gas"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rauljordan/gas-used" resolver = "2" [dependencies.chan] version = "0.1.23" [dependencies.clap] version = "3.0.0-rc.11" features = ["derive"] [dependencies.ethers] version = "0.6.2" [dependencies.reqwest] version = "0.11.8" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]