# 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 = "ethereum-private-key-to-address" version = "0.1.0" authors = ["David Kulman kulman.david@gmail.com"] description = "Library that converts private key to valid ethereum address." documentation = "https://docs.rs/ethereum-private-key-to-address/latest/ethereum-private-key-to-address" readme = "README.md" keywords = [ "ethereum", "transaction", "crypto", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/Kuly14/ethereum-private-key-to-address" [dependencies.anyhow] version = "1" [dependencies.hex] version = "0.4.3" [dependencies.secp256k1] version = "0.25.0" [dependencies.sha3] version = "0.10.6"