# 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 = "etherscan_explorer_cmd_line" version = "0.0.1" authors = ["Sushmit"] description = "Command Line Etherscan Explorer" readme = "README.md" license = "MIT" repository = "https://github.com/sushmitsarmah/etherscan_explorer" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.dotenv] version = "0.15.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.web3-unit-converter] version = "0.1.1"