# 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 = "ekt" version = "0.1.4" authors = ["makemake "] description = "Lightweight tool to generate ethereum keys and addresses." homepage = "https://github.com/makemake-kbo/ekt" readme = "README.md" keywords = [ "cli", "ethereum", "foundry", "openssl", "ethers", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/makemake-kbo/ekt" [dependencies.ethers] version = "2.0.0" features = ["rustls"] [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10.50" [dependencies.tokio] version = "1.27.0" features = [ "rt-multi-thread", "macros", ]