# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ckb-util" version = "0.117.0-rc3" authors = ["Nervos Core Dev "] description = "CKB utilities library." homepage = "https://github.com/nervosnetwork/ckb" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb" [dependencies.linked-hash-map] version = "0.5" features = ["serde_impl"] [dependencies.once_cell] version = "1.8.0" [dependencies.parking_lot] version = "0.12" [dependencies.regex] version = "1.1.6" [dev-dependencies] [features] deadlock_detection = ["parking_lot/deadlock_detection"]