[package] name = "ckb-util" version = "0.117.0-rc3" license = "MIT" authors = ["Nervos Core Dev "] 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" once_cell = "1.8.0" [dev-dependencies] [features] deadlock_detection = ["parking_lot/deadlock_detection"]