# 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" version = "1.0.0-alpha.11" authors = ["Bitcoin Dev Kit Developers"] description = "A modern, lightweight, descriptor-based wallet library" homepage = "https://bitcoindevkit.org" documentation = "https://docs.rs/bdk" readme = "README.md" keywords = [ "bitcoin", "wallet", "descriptor", "psbt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "mnemonic_to_descriptors" path = "examples/mnemonic_to_descriptors.rs" required-features = ["all-keys"] [[example]] name = "miniscriptc" path = "examples/compiler.rs" required-features = ["compiler"] [dependencies.anyhow] version = "1" default-features = false [dependencies.bdk_chain] version = "0.14.0" features = [ "miniscript", "serde", ] default-features = false [dependencies.bdk_persist] version = "0.2.0" [dependencies.bip39] version = "2.0" optional = true [dependencies.bitcoin] version = "0.31.0" features = [ "serde", "base64", "rand-std", ] default-features = false [dependencies.miniscript] version = "11.0.0" features = ["serde"] default-features = false [dependencies.rand] version = "^0.8" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dev-dependencies.anyhow] version = "1" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.tempfile] version = "3" [features] all-keys = ["keys-bip39"] compiler = ["miniscript/compiler"] default = ["std"] dev-getrandom-wasm = ["getrandom/js"] keys-bip39 = ["bip39"] std = [ "bitcoin/std", "miniscript/std", "bdk_chain/std", ] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3"