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

[dependencies]
ckb-network = { path = "../../network", version = "= 0.200.0" }
ckb-shared = { path = "../../shared", version = "= 0.200.0" }
ckb-logger = { path = "../logger", version = "= 0.200.0" }
ckb-types = { path = "../types", version = "= 0.200.0" }
ckb-store = { path = "../../store", version = "= 0.200.0" }
ckb-merkle-mountain-range = "0.5.2"
ckb-systemtime = {path = "../systemtime", version = "= 0.200.0"}

[dev-dependencies]