# 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 = "progpow" version = "0.1.0" authors = ["Brick Abode "] description = "ProgPoW PoW for Epic-Cash" license = "MIT" [dependencies.bigint] version = "4.4.1" [dependencies.byteorder] version = "^0.5" [dependencies.dirs] version = "1.0.3" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2.58" [dependencies.progpow_cpu] version = "0.1.0" [dependencies.progpow_gpu_cuda] version = "0.1.0" features = ["cuda"] optional = true package = "stack_test_progpow_gpu" [dependencies.progpow_gpu_opencl] version = "0.1.0" features = ["opencl"] optional = true package = "stack_test_progpow_gpu" [build-dependencies.bindgen] version = "0.37.0" [build-dependencies.cmake] version = "0.1.40" [build-dependencies.filetime] version = "0.2" [features] cuda = ["progpow_gpu_cuda"] opencl = ["progpow_gpu_opencl"]