# 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 = "satsnet-rpc" version = "0.19.4" authors = ["Jacky Chen "] description = "RPC client library for the Bitcoin Core JSON-RPC API." homepage = "https://github.com/sat20-labs/rust-satsnet-rpc/" readme = "README.md" keywords = [ "crypto", "bitcoin", "bitcoin-core", "rpc", ] license = "CC0-1.0" repository = "https://github.com/sat20-labs/rust-satsnet-rpc/" [lib] name = "bitcoincore_rpc" path = "src/lib.rs" [[example]] name = "retry_client" [dependencies.bitcoincore-rpc-json] version = "0.19.4" package = "satsnet-rpc-json" [dependencies.jsonrpc] version = "0.18.0" features = ["minreq_http"] [dependencies.log] version = "0.4.5" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3.3.0" [features] bitcoin_with_satsnet = ["bitcoincore-rpc-json/bitcoin_with_satsnet"] default = ["rand"] rand = ["bitcoincore-rpc-json/rand"]