# 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 = "2018" name = "bitcoincore-rpc-async" version = "4.0.1-alpha.2" authors = [ "Jeremy Rubin ", "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", ] description = "RPC client library for the Bitcoin Core JSON-RPC API." homepage = "https://github.com/jeremyrubin/rust-bitcoincore-rpc-async/" readme = "README.md" keywords = [ "crypto", "bitcoin", "bitcoin-core", "rpc", "asynchronous", ] license = "CC0-1.0" repository = "https://github.com/jeremyrubin/rust-bitcoincore-rpc-async/" [lib] name = "bitcoincore_rpc_async" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.42" [dependencies.bitcoincore-rpc-json-async] version = "4.0.1-alpha.2" [dependencies.jsonrpc-async] version = "2.0.2" [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.61" [dev-dependencies.tokio] version = "1" features = ["full"]