# 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 = "stealthereum-cli" version = "0.3.0" authors = ["kassandra.eth 0xDADA@protonmail.com"] description = "CLI for ERC-5564 compliant stealth address management on evm chains" homepage = "https://github.com/kassandraoftroy/stealthereum-cli" readme = "README.md" keywords = [ "ethereum", "eth", "privacy", "stealth", "secp256k1", ] license = "MIT" repository = "https://github.com/kassandraoftroy/stealthereum-cli" [[bin]] name = "stealthereum" path = "src/main.rs" edition = "2021" [dependencies.aes-gcm] version = "0.10.3" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.eth-stealth-addresses] version = "0.1.0" [dependencies.hex] version = "0.4.3" [dependencies.pbkdf2] version = "0.12.2" features = ["simple"] [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.7"