ckb-notify 0.121.0-rc1

TODO(doc): @quake crate description
Documentation
[dependencies.ckb-app-config]
version = "= 0.121.0-rc1"

[dependencies.ckb-async-runtime]
version = "= 0.121.0-rc1"

[dependencies.ckb-logger]
version = "= 0.121.0-rc1"

[dependencies.ckb-stop-handler]
version = "= 0.121.0-rc1"

[dependencies.ckb-types]
version = "= 0.121.0-rc1"

[dev-dependencies]

[lib]
name = "ckb_notify"
path = "src/lib.rs"

[package]
authors = ["Nervos Core Dev <dev@nervos.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "TODO(doc): @quake crate description"
edition = "2021"
homepage = "https://github.com/nervosnetwork/ckb"
license = "MIT"
name = "ckb-notify"
readme = "README.md"
repository = "https://github.com/nervosnetwork/ckb"
version = "0.121.0-rc1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
features = ["sync", "process"]
version = "1"

[target.'cfg(target_family = "wasm")'.dependencies.tokio]
features = ["sync"]
version = "1"