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