# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wireguard-vanity-address" version = "0.4.0" authors = ["Brian Warner "] exclude = ["**/.gitignore", ".gitignore"] description = "Find Wireguard VPN keypairs with a specific readable string" homepage = "https://github.com/warner/wireguard-vanity-address" documentation = "https://docs.rs/wireguard-vanity-address" readme = "README.md" categories = ["cryptography"] license = "MIT" repository = "https://github.com/warner/wireguard-vanity-address" [lib] name = "wireguard_vanity_lib" path = "src/lib.rs" [[bin]] name = "wireguard-vanity-address" path = "src/bin.rs" [[bench]] name = "keygen" harness = false [dependencies.base64] version = "0.10" [dependencies.clap] version = "~2.33.0" [dependencies.num_cpus] version = "1.0" [dependencies.rand] version = "0.6.0" [dependencies.rayon] version = "1.0" [dependencies.x25519-dalek] version = "0.5.1" [dev-dependencies.bencher] version = "0.1" [badges.travis-ci] repository = "warner/wireguard-vanity-address"