[package] name = "bitcoin-node-query" version = "0.1.9" edition = "2021" description = "Query your bitcoin node" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitcoind-request = "=0.1.14" bitcoin-address = "=0.1.1" bitcoin-transaction-utils = "=0.1.0" jsonrpc = "=0.13.0" chrono = "=0.4"