[package] name = "cuckoo_miner" version = "0.5.2" authors = ["yeastplume"] license = "MIT/Apache-2.0/BSD-3-Clause" description = "Rust bindings to John Tromp's Cuckoo Cycle Implementations" repository = "https://github.com/mimblewimble/grin-miner" readme = "../README.md" build = "src/build.rs" [features] default = [] #feature to allow turing off plugin builds no-plugin-build = [] #whether to test avx2 CPU plugins test-avx2 = [] #feature which defines whether to build cuda libs build-cuda-plugins = [] [dependencies] grin_miner_util = { path = "../util", version = "0.5.0" } grin_miner_plugin = { path = "../plugin", version = "0.5.0" } time = "^0.1" rust-crypto = "0.2.36" log = "^0.3" rand = "^0.3.16" byteorder = "^0.5" blake2-rfc = "~0.2.17" regex = "~0.2.2" glob = "0.2.11" serde = "~1.0.8" serde_derive = "~1.0.8" serde_json = "~1.0.2" libc = "0.2.24" libloading = "0.4.1" slog = { version = "~2.1", features = ["max_level_trace", "release_max_level_trace"] } [dev-dependencies] const-cstr = "0.2" [build-dependencies] cmake = "0.1.24" fs_extra = "1.1.0"