# 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-cli-light-client" version = "0.1.0" authors = [ "Linfeng Qian ", "Nervos Core Dev ", ] description = "ckb light client command line interface" homepage = "https://github.com/thewawar/ckb-cli-light-client" readme = "README.md" keywords = [ "ckb", "cli", "ckb-cli", "light", "client", ] license = "MIT" repository = "https://github.com/thewawar/ckb-cli-light-client" [dependencies.anyhow] version = "1.0.65" [dependencies.byteorder] version = "1.4.3" [dependencies.ckb-hash] version = "0.105.1" [dependencies.ckb-jsonrpc-types] version = "0.105.1" [dependencies.ckb-sdk] version = "2.3.0" [dependencies.ckb-signer] version = "0.3.0" [dependencies.ckb-types] version = "0.105.1" [dependencies.clap] version = "4.0.8" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.home] version = "0.5.3" [dependencies.rpassword] version = "7.0.0" [dependencies.secp256k1] version = "0.24" features = ["recovery"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.85"