# 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" rust-version = "1.56.1" name = "bitcoind-json-rpc-client" version = "0.3.0" authors = [ "Steven Roose ", "Jean Pierre Dudey ", "Dawid Ciężarkiewicz ", "Tobin C. Harding ", ] exclude = [ "tests", "contrib", ] description = "Bitcoin Core JSON-RPC client" readme = "README.md" keywords = [ "bitcoin", "bitcoind", "json-rpc", ] categories = ["cryptography::cryptocurrencies"] license = "CC0-1.0" repository = "https://github.com/tcharding/rust-bitcoind-json-rpc" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitcoin] version = "0.32.0" features = [ "std", "serde", ] default-features = false [dependencies.json] version = "0.3.0" features = [] default-features = false package = "bitcoind-json-rpc-types" [dependencies.jsonrpc] version = "0.18.0" features = ["minreq_http"] optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.103" features = [ "derive", "alloc", ] default-features = false [dependencies.serde_json] version = "1.0.117" [dev-dependencies] [features] client-sync = ["jsonrpc"]