[package] name = "uckb-key" version = "0.1.1" authors = ["Boyu Yang "] edition = "2018" description = "[Unofficial] Lightweight CKB key utilities." homepage = "https://github.com/unofficial-ckb/uckb-key" repository = "https://github.com/unofficial-ckb/uckb-key" keywords = [] categories = [] license = "Apache-2.0 OR MIT" [dependencies] property = "0.3.3" thiserror = "1.0.26" lazy_static = "1.4.0" faster-hex = "0.6.0" rand = "0.6.5" bech32 = "0.8.1" secp256k1_kernel = { package = "secp256k1", version = "0.20.3", features = ["rand", "recovery"] } blake2b-rs = "0.2.0" [dev-dependencies] slices = "0.2.0" [features] default = [] insecure = []