# 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 = "ckb-miner" version = "0.120.0" authors = ["Nervos Core Dev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TODO(doc): @quake crate description" homepage = "https://github.com/nervosnetwork/ckb" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb" [lib] name = "ckb_miner" path = "src/lib.rs" [dependencies.base64] version = "0.21.0" [dependencies.ckb-app-config] version = "= 0.120.0" [dependencies.ckb-async-runtime] version = "= 0.120.0" [dependencies.ckb-channel] version = "= 0.120.0" [dependencies.ckb-hash] version = "= 0.120.0" [dependencies.ckb-jsonrpc-types] version = "= 0.120.0" [dependencies.ckb-logger] version = "= 0.120.0" [dependencies.ckb-pow] version = "= 0.120.0" [dependencies.ckb-stop-handler] version = "= 0.120.0" [dependencies.ckb-types] version = "= 0.120.0" [dependencies.console] version = ">=0.9.1, <1.0.0" [dependencies.eaglesong] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "client", "http2", "http1", "server", ] [dependencies.hyper-tls] version = "0.6" [dependencies.hyper-util] version = "0.1" features = [ "server-auto", "server-graceful", "client-legacy", ] [dependencies.indicatif] version = "0.16" [dependencies.jsonrpc-core] version = "18.0" [dependencies.lru] version = "0.7.1" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["sync"]