# 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] edition = "2021" name = "nano-work-server" version = "0.3.1" authors = ["Lee Bousfield "] description = "A dedicated work server for the Nano cryptocurrency" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/nanocurrency/nano-work-server" [dependencies.blake2] version = "0.10.4" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "2.34.0" [dependencies.digest] version = "0.10.5" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.hyper] version = "0.14.20" features = [ "server", "http1", "http2", "tcp", ] [dependencies.ocl] version = "0.19.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_xorshift] version = "0.3.0" [dependencies.serde_json] version = "1.0.87" [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ]