# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uckb-key" version = "0.1.1" authors = ["Boyu Yang "] description = "[Unofficial] Lightweight CKB key utilities." homepage = "https://github.com/unofficial-ckb/uckb-key" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/unofficial-ckb/uckb-key" [dependencies.bech32] version = "0.8.1" [dependencies.blake2b-rs] version = "0.2.0" [dependencies.faster-hex] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.property] version = "0.3.3" [dependencies.rand] version = "0.6.5" [dependencies.secp256k1_kernel] version = "0.20.3" features = ["rand", "recovery"] package = "secp256k1" [dependencies.thiserror] version = "1.0.26" [dev-dependencies.slices] version = "0.2.0" [features] default = [] insecure = []