# 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 = "eth-stealth-addresses" version = "0.1.0" authors = ["kassandra.eth 0xDADA@protonmail.com"] description = "stealth addresses library for ethereum, implementing ERC-5564 over secp256k1 in rust" homepage = "https://github.com/kassandraoftroy/eth-stealth-addresses" readme = "README.md" keywords = [ "ethereum", "eth", "privacy", "stealth", "secp256k1", ] license = "MIT" repository = "https://github.com/kassandraoftroy/eth-stealth-addresses" [dependencies.generic-array] version = "0.14.7" [dependencies.k256] version = "0.13.1" [dependencies.rand] version = "0.8.5" [dependencies.secp256k1] version = "0.27.0" [dependencies.sha3] version = "0.10.8"