ckb-light-client-protocol-server 1.3.0

Server-side implementation for CKB light client protocol
[package]
name = "ckb-light-client-protocol-server"
version = "1.3.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2024"
description = "Server-side implementation for CKB light client protocol"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"
rust-version = "1.95.0"

[dependencies]
ckb-network.workspace = true
ckb-shared.workspace = true
ckb-logger.workspace = true
ckb-types.workspace = true
ckb-store.workspace = true
ckb-merkle-mountain-range.workspace = true
ckb-systemtime.workspace = true

[dev-dependencies]
ckb-chain.workspace = true
ckb-chain-spec.workspace = true
ckb-tx-pool.workspace = true
ckb-app-config.workspace = true
ckb-jsonrpc-types.workspace = true
ckb-dao-utils.workspace = true
ckb-test-chain-utils.workspace = true
tempfile.workspace = true
ckb-systemtime = { workspace = true, features = ["enable_faketime"] }
tokio.workspace = true