# 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 = "my-eth-tool" version = "0.1.1" authors = ["biswasbiswarghya@gmail.com"] description = "A command-line tool for interacting with Ethereum for the Holesky network" homepage = "https://github.com/lazyfuhrer/my-eth-tool" readme = "README.md" keywords = [ "cli", "ethereum", "web3", "wallet", "secp256k1", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/lazyfuhrer/my-eth-tool" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4.13" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.dotenv] version = "0.15.0" [dependencies.secp256k1] version = "0.20.3" features = ["rand"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tiny-keccak] version = "1.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.web3] version = "0.17.0"