# 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-wallet" version = "0.1.0" description = "Wallet SDK for Nervos CKB" homepage = "https://github.com/cryptape/ckb-wallet" license = "MIT" repository = "https://github.com/cryptape/ckb-wallet" resolver = "2" [dependencies.aes-ctr] version = "0.6.0" [dependencies.bitcoin] version = "0.27" [dependencies.chrono] version = "0.4" [dependencies.ckb-crypto] version = "=0.103.0" features = ["secp"] [dependencies.ckb-hash] version = "=0.103.0" [dependencies.ckb-sdk] version = "1.0.0" [dependencies.ckb-types] version = "=0.103.0" [dependencies.faster-hex] version = "0.6" [dependencies.parking_lot] version = "0.11" [dependencies.rand] version = "0.7.3" [dependencies.scrypt] version = "0.2.0" [dependencies.secp256k1] version = "0.20" features = ["recovery"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tiny-keccak] version = "1.4" [dependencies.uuid] version = "0.7.4" features = ["v4"]