[package]
edition = "2021"
name = "pool_sv2"
version = "0.2.1"
authors = ["The Stratum V2 Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SV2 pool role"
homepage = "https://stratumprotocol.org"
documentation = "https://docs.rs/pool_sv2"
readme = "README.md"
keywords = [
"stratum",
"mining",
"bitcoin",
"protocol",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stratum-mining/stratum"
[features]
default = ["monitoring"]
hotpath = [
"hotpath/hotpath",
"jd_server_sv2/hotpath",
]
hotpath-alloc = [
"hotpath",
"hotpath/hotpath-alloc",
"jd_server_sv2/hotpath-alloc",
]
monitoring = ["stratum-apps/monitoring"]
[lib]
name = "pool_sv2"
path = "src/lib/mod.rs"
[[bin]]
name = "pool_sv2"
path = "src/main.rs"
[dependencies.async-channel]
version = "1.5.1"
[dependencies.bitcoin_core_sv2]
version = "0.1.0"
[dependencies.clap]
version = "4.5.39"
features = ["derive"]
[dependencies.ext-config]
version = "0.14.0"
features = ["toml"]
package = "config"
[dependencies.hex]
version = "0.4.3"
[dependencies.hotpath]
version = "0.14.0"
[dependencies.jd_server_sv2]
version = "0.1.0"
[dependencies.serde]
version = "1.0.89"
features = [
"derive",
"alloc",
]
default-features = false
[dependencies.stratum-apps]
version = "0.3.0"
features = ["pool"]
[dependencies.tokio]
version = "1.44.1"
features = ["full"]
[dependencies.tracing]
version = "0.1"