# 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 = "Hash_Pool" version = "1.0.17-beta" authors = ["AreaLayer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library for Mining pools and developers" homepage = "https://www.arealayer.net/projects" documentation = "https://docs.rs/hashpool" readme = "README.md" license = "MIT" [lib] name = "mining" path = "src/lib.rs" [dependencies.bdk] version = "=1.0.0-alpha.11" [dependencies.bdk_electrum] version = "0.19.0" [dependencies.bitcoin] version = "=0.32.4" [dependencies.crypto] version = "0.5.1" features = ["digest"] [dependencies.futures] version = "0.3.31" [dependencies.lightning] version = "=0.0.125" [dependencies.ppv-lite86] version = "0.2.20" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "=0.10.8" [dependencies.tokio] version = "1.40.1" features = ["full"] [dependencies.tokio-util] version = "0.7"