2023-03-01 11:20:00 +01:00
|
|
|
[package]
|
|
|
|
name = "bdk_electrum"
|
2023-03-19 23:00:37 -05:00
|
|
|
version = "0.2.0"
|
2023-03-01 11:20:00 +01:00
|
|
|
edition = "2021"
|
|
|
|
homepage = "https://bitcoindevkit.org"
|
2023-03-02 19:15:36 +01:00
|
|
|
repository = "https://github.com/bitcoindevkit/bdk"
|
2023-03-01 11:20:00 +01:00
|
|
|
documentation = "https://docs.rs/bdk_electrum"
|
2023-03-02 16:23:06 +11:00
|
|
|
description = "Fetch data from electrum in the form BDK accepts"
|
2023-03-01 11:20:00 +01:00
|
|
|
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]
|
2023-03-19 23:00:37 -05:00
|
|
|
bdk_chain = { path = "../chain", version = "0.4.0", features = ["serde", "miniscript"] }
|
2023-03-01 11:20:00 +01:00
|
|
|
electrum-client = { version = "0.12" }
|