[package] name = "aptos-keygen" version = "0.2.7" authors = ["Aptos Labs "] description = "Command line utility to generate Ed25519 key pairs for testing" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] hex = "0.4.3" rand = "0.7.3" aptos-crypto = { version = "0.2.1", path = "../../crates/aptos-crypto" } aptos-types = { version = "0.2.1", path = "../../types" }