ckb-util 0.120.0

CKB utilities library.
Documentation
[package]
name = "ckb-util"
version = "0.120.0"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
description = "CKB utilities library."
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
parking_lot = "0.12"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
regex = "1.1.6"

[dev-dependencies]

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