bitcoin = { version = "0.29", features = ["serde", "base64", "rand"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
-bdk_chain = { version = "0.1", features = ["miniscript", "serde"] }
+bdk_chain = { path = "../chain", version = "0.3.1", features = ["miniscript", "serde"] }
# Optional dependencies
hwi = { version = "0.5", optional = true, features = [ "use-miniscript"] }
bip39 = { version = "1.0.1", optional = true }
+bdk_file_store = { path = "../file_store", version = "0.0.1", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = "0.2"
[features]
default = ["std"]
std = []
-file-store = [ "std", "bdk_chain/file_store"]
+file-store = [ "std", "bdk_file_store"]
compiler = ["miniscript/compiler"]
all-keys = ["keys-bip39"]
keys-bip39 = ["bip39"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../chain", version = "0.3", features = ["serde", "miniscript"] }
+bdk_chain = { path = "../chain", version = "0.3.1", features = ["serde", "miniscript"] }
electrum-client = { version = "0.12" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../chain", version = "0.3", features = ["serde", "miniscript"] }
+bdk_chain = { path = "../chain", version = "0.3.1", features = ["serde", "miniscript"] }
esplora-client = { version = "0.3" }
repository = "https://github.com/bitcoindevkit/bdk"
[dependencies]
-bdk_chain = { path = "../chain", version = "0.3", features = [ "serde", "miniscript" ] }
+bdk_chain = { path = "../chain", version = "0.3.1", features = [ "serde", "miniscript" ] }
bincode = { version = "2.0.0-rc.2", features = [ "serde" ] }
serde = { version = "1", features = ["derive"] }
edition = "2021"
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3", features = ["serde"] }
+bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["serde"] }
bdk_electrum = { path = "../../crates/electrum" }
keychain_tracker_example_cli = { path = "../keychain_tracker_example_cli"}
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3", features = ["serde", "miniscript"] }
+bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["serde", "miniscript"] }
bdk_esplora = { path = "../../crates/esplora" }
keychain_tracker_example_cli = { path = "../keychain_tracker_example_cli" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { path = "../../crates/chain", version = "0.3", features = ["serde", "miniscript"]}
+bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["serde", "miniscript"]}
bdk_file_store = { path = "../../crates/file_store" }
bdk_tmp_plan = { path = "../../nursery/tmp_plan" }
bdk_coin_select = { path = "../../nursery/coin_select" }
authors = [ "LLFourn <lloyd.fourn@gmail.com>" ]
[dependencies]
-bdk_chain = { version = "0.3", path = "../../crates/chain" }
+bdk_chain = { path = "../../crates/chain", version = "0.3.1" }
[features]
default = ["std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { version = "0.3", features = ["miniscript"], path = "../../crates/chain" }
+bdk_chain = { path = "../../crates/chain", version = "0.3.1", features = ["miniscript"] }
[features]
default = ["std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-bdk_chain = { version = "0.3", features = ["miniscript"] }
+bdk_chain = { path = "../../../crates/chain", version = "0.3.1", features = ["miniscript"] }
[features]
default = ["std"]