# 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 = "bitcoinsv-rpc" version = "1.0.2" authors = ["Daniel Connolly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RPC client library for the Bitcoin SV JSON-RPC API." homepage = "https://github.com/Danconnolly/rust-bitcoinsv-rpc/" readme = "README.md" keywords = [ "bitcoin-sv", "rpc", ] license-file = "LICENSE" repository = "https://github.com/Danconnolly/rust-bitcoinsv-rpc/" [lib] name = "bitcoinsv_rpc" path = "src/lib.rs" [[example]] name = "test_against_node" path = "examples/test_against_node.rs" [dependencies.async-trait] version = "0.1.75" [dependencies.bitcoinsv] version = "0.2.7" [dependencies.bitcoinsv-rpc-json] version = "1.0.2" [dependencies.hex] version = "0.4.3" [dependencies.jsonrpc] version = "0.16.0" features = ["minreq_http"] [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = ">=1.23.1" features = ["full"] [dependencies.url] version = "2.5.0" [dev-dependencies.tempfile] version = "3.3.0"