[package]
name = "ckb-stop-handler"
version = "1.0.2"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
license = "MIT"
description = "Stop handler utilities for graceful shutdown"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"
[dependencies]
ckb-logger.workspace = true
tokio = { workspace = true, features = ["sync"] }
ckb-channel.workspace = true
ckb-util.workspace = true
ckb-async-runtime.workspace = true
tokio-util.workspace = true
[dev-dependencies]
ctrlc = { workspace = true, features = ["termination"] }
libc.workspace = true
rand.workspace = true