ckb-util 0.121.0-rc1

CKB utilities library.
Documentation
[dependencies.linked-hash-map]
features = ["serde_impl"]
version = "0.5"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1.1.6"

[dev-dependencies]

[features]
deadlock_detection = ["parking_lot/deadlock_detection"]

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

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