bdk_core = { path = "../core", version = "0.3.0", default-features = false }
[dev-dependencies]
-bdk_testenv = { path = "../testenv", default-features = false }
+bdk_testenv = { path = "../testenv" }
bdk_chain = { path = "../chain" }
[features]
electrum-client = { version = "0.21", features = [ "proxy" ], default-features = false }
[dev-dependencies]
-bdk_testenv = { path = "../testenv", default-features = false }
+bdk_testenv = { path = "../testenv" }
bdk_chain = { path = "../chain" }
[features]
[dev-dependencies]
bdk_chain = { path = "../chain" }
-bdk_testenv = { path = "../testenv", default-features = false }
+bdk_testenv = { path = "../testenv" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
[features]
[dependencies]
bdk_chain = { path = "../chain", version = "0.20.0", default-features = false }
-electrsd = { version = "0.28.0", features = [ "bitcoind_25_0", "esplora_a33e97e1", "legacy" ] }
+electrsd = { version = "0.28.0", features = [ "legacy" ], default-features = false }
+
+[dev-dependencies]
+bdk_testenv = { path = "." }
[features]
-default = ["std"]
+default = ["std", "download"]
+download = ["electrsd/bitcoind_25_0", "electrsd/esplora_a33e97e1"]
std = ["bdk_chain/std"]
serde = ["bdk_chain/serde"]
+
+[package.metadata.docs.rs]
+no-default-features = true
\ No newline at end of file