# 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-lookup" version = "0.1.9" authors = ["doshivarun202@gmail.com"] description = "A tool to calculate total gas spent by an address within a given time frame" homepage = "https://github.com/varun-doshi/gas-lookup" readme = "README.md" keywords = [ "cli", "gas", "ethereum", "web3", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/varun-doshi/gas-lookup" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0" features = [ "derive", "std", ] [dependencies.dotenv] version = "0.15.0" [dependencies.ethers] version = "2.0.11" features = [ "abigen", "rustls", "etherscan", ] default-features = false [dependencies.tokio] version = "1.15" features = ["macros"] default-features = false [dependencies.web3] version = "0.18.0" features = [ "_http_base", "async-native-tls", "base64", "bytes", "headers", "http", "http-tls", "ipc-tokio", "once_cell", "secp256k1", ] default-features = false [dependencies.web3_dater] version = "0.1.1"