# 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 = "grin-vanity" version = "0.1.0" authors = ["Makis Christou "] description = "A cli vanity address generator for Grin" readme = "README.md" license = "GPL-3.0-or-later" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.grin_core] version = "5.1.2" [dependencies.grin_keychain] version = "5.1.2" [dependencies.grin_util] version = "5.1.2" [dependencies.grin_wallet] version = "5.1.0" [dependencies.grin_wallet_libwallet] version = "5.1.0" [dependencies.rand] version = "0.8.5"