ckb-util 0.103.0

CKB utilities library.
Documentation
[package]
name = "ckb-util"
version = "0.103.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 = "0.5"
regex = "1.1.6"
once_cell = "1.8.0"

[dev-dependencies]

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