# 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-client" version = "0.2.0" authors = ["Code Monad "] description = "A CKB pure rpc client library for Rust" license = "Apache-2.0" [dependencies.async-trait] version = "0.1.80" [dependencies.bech32] version = "0.8.0" [dependencies.ckb-crypto] version = "0.116" features = ["secp"] [dependencies.ckb-gen-types] version = "0.116" [dependencies.ckb-hash] version = "0.116" [dependencies.ckb-jsonrpc-types] version = "0.116" [dependencies.ckb-types] version = "0.116" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.jsonrpc-core] version = "18.0" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.secp256k1] version = "0.24" features = ["recovery"] [dependencies.serde] version = "1.0.200" features = [ "serde_derive", "derive", ] [dependencies.serde_json] version = "1.0"