# 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" rust-version = "1.64" name = "etherscan-cli" version = "0.0.3" authors = ["Enrique Ortiz "] description = "A CLI client for Etherscan" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/Evalir/etherscan-cli" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.ethers] version = "1.0.0" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.87"