# 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.63" name = "bdk_bitcoind_rpc" version = "0.16.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate is used for emitting blockchain data from the `bitcoind` RPC interface." homepage = "https://bitcoindevkit.org" documentation = "https://docs.rs/bdk_bitcoind_rpc" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk" [lib] name = "bdk_bitcoind_rpc" path = "src/lib.rs" [[test]] name = "test_emitter" path = "tests/test_emitter.rs" [dependencies.bdk_core] version = "0.3.0" default-features = false [dependencies.bitcoin] version = "0.32.0" default-features = false [dependencies.bitcoincore-rpc] version = "0.19.0" [dev-dependencies] [features] default = ["std"] serde = [ "bitcoin/serde", "bdk_core/serde", ] std = [ "bitcoin/std", "bdk_core/std", ] [lints.clippy] print_stderr = "deny" print_stdout = "deny"