# 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.60.0" name = "txoo-bitcoind-client" version = "0.8.1" authors = [ "Devrandom ", "Ken Sedgwick ", ] description = "A library for implementing a bitcoind RPC client." homepage = "https://gitlab.com/lightning-signer/docs/" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/txoo" [lib] name = "bitcoind_client" path = "src/lib.rs" [[example]] name = "esplora_example" [dependencies.async-trait] version = "0.1" [dependencies.bitcoin] version = "0.30" [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.jsonrpc-async] version = "2.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.reqwest] version = "^0.11.20" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.6" features = [ "macros", "rt-multi-thread", ] [dependencies.txoo] version = "0.8.0" [dependencies.url] version = "2.3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tempfile] version = "3" [dev-dependencies.test-log] version = "0.2" [features] debug = ["log_pretty_print"] default = [ "debug", "dummy-source", ] dummy-source = [] external-esplora-test = [] log_pretty_print = [] system-test = []