[package] name = "bdk_esplora" version = "0.1.0" edition = "2021" homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk" documentation = "https://docs.rs/bdk_esplora" description = "Fetch data from esplora in the form that accepts" license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bdk_chain = { path = "../chain", version = "0.3.1", features = ["serde", "miniscript"] } esplora-client = { version = "0.3" }