[package] name = "uckb-key-utils" 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" [[bin]] name = "uckb-key" path = "src/main.rs" [dependencies] kernel = { package = "uckb-key", version = "0.1.1", path = "../kernel", features = ["insecure"] } clap = { version = "2.33.3", features = ["yaml"] } property = "0.3.3" thiserror = "1.0.26" anyhow = "1.0.43" faster-hex = "0.6.0"