# 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 = "bellscoincore-rpc" version = "0.17.3" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RPC client library for the Bellscoin Core JSON-RPC API." homepage = "https://github.com/nintondo/rust-bellscoincore-rpc/" readme = "README.md" keywords = [ "crypto", "bellscoin", "bellscoin-core", "rpc", ] license = "CC0-1.0" repository = "https://github.com/nintondo/rust-bellscoincore-rpc/" [lib] name = "bellscoincore_rpc" path = "src/lib.rs" [[example]] name = "retry_client" path = "examples/retry_client.rs" [[example]] name = "test_against_node" path = "examples/test_against_node.rs" [dependencies.bellscoincore-rpc-json] version = "0.17.1" [dependencies.bitcoin-private] version = "0.1.0" [dependencies.jsonrpc] version = "0.14.0" [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1"