# 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 = "nano-vanity" version = "0.4.14" authors = ["Lee Bousfield "] description = "Generate NANO cryptocurrency addresses with a given prefix" readme = "README.md" keywords = [ "cryptocurrency", "nanocurrency", "opencl", ] license = "BSD-2-Clause" repository = "https://github.com/PlasmaPower/nano-vanity" [dependencies.blake2] version = "0.9.1" [dependencies.byteorder] version = "1.3.2" [dependencies.clap] version = "2.30.0" [dependencies.curve25519-dalek] version = "1.2.1" [dependencies.digest] version = "0.9.0" [dependencies.hex] version = "0.3.1" [dependencies.num-bigint] version = "0.1.43" [dependencies.num-traits] version = "0.2.0" [dependencies.num_cpus] version = "1.8.0" [dependencies.ocl] version = "0.19.0" optional = true [dependencies.rand] version = "0.7.0" [features] default = ["gpu"] gpu = ["ocl"]