[package]
edition = "2021"
name = "jd_server_sv2"
version = "0.1.1"
authors = ["The Stratum V2 Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sv2 Job Declaration Server"
homepage = "https://stratumprotocol.org"
documentation = "https://docs.rs/jd_server_sv2"
readme = "README.md"
keywords = [
"stratum",
"mining",
"bitcoin",
"protocol",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stratum-mining/sv2-apps"
[features]
hotpath = ["hotpath/hotpath"]
hotpath-alloc = [
"hotpath",
"hotpath/hotpath-alloc",
]
[lib]
name = "jd_server_sv2"
path = "src/lib/mod.rs"
[dependencies.async-channel]
version = "1.5.1"
[dependencies.async-trait]
version = "0.1"
[dependencies.bitcoin_core_sv2]
version = "0.1.0"
[dependencies.dashmap]
version = "6.1.0"
[dependencies.hotpath]
version = "0.14.0"
[dependencies.serde]
version = "1.0.89"
features = [
"derive",
"alloc",
]
default-features = false
[dependencies.stratum-apps]
version = "0.3.0"
features = ["jd_server"]
[dependencies.tokio]
version = "1.44.1"
features = ["full"]
[dependencies.tracing]
version = "0.1"