# 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] name = "stellar_vanity" version = "0.9.0" authors = ["Rob Durst "] description = "A simple CLI for generating Stellar vanity addresses" readme = "README.md" keywords = ["stellar", "vanity", "address"] categories = ["blockchain", "cli", "tool"] license-file = "LICENSE" repository = "https://github.com/robertDurst/stellar-vanity-address-generator" [profile.release] debug = true [[bench]] name = "benchmark" harness = false [dependencies.base32] version = "0.4" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.1" [dependencies.clap] version = "2.33" [dependencies.crc16] version = "0.4" [dependencies.ed25519-dalek] version = "1.0" [dependencies.fstrings] version = "0.2" [dependencies.rand] version = "0.7.3" [dependencies.rand_core] version = "0.5.1" [dependencies.regex] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.num_cpus] version = "1.0" [dev-dependencies.pprof] version = "0.4.2" features = ["flamegraph", "criterion"]