# 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.70.0" name = "bitcoin_onchain" version = "0.10.2" authors = ["Dr. Maxim Orlovsky "] exclude = [] description = "Bitcoin descriptors library (part of descriptor-wallet)" homepage = "https://lnp-bp.org" readme = "README.md" keywords = [ "bitcoin", "wallet", "cryptocurrency", "descriptor", "bip32", ] categories = [ "cryptography::cryptocurrencies", "encoding", "parsing", ] license = "Apache-2.0" repository = "https://github.com/BP-WG/descriptor-wallet" [dependencies.amplify] version = "3.14.2" [dependencies.bitcoin] version = "0.29.2" [dependencies.bitcoin_hd] version = "0.10.2" [dependencies.chrono] version = "0.4.19" [dependencies.descriptors] version = "0.10.2" optional = true default-features = false [dependencies.electrum-client] version = "0.14.0" optional = true [dependencies.miniscript_crate] version = "9.0.1" optional = true package = "miniscript" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.strict_encoding] version = "0.9.0" [features] all = [ "miniscript_descriptors", "electrum", "serde", ] default = [] electrum = ["electrum-client"] miniscript = ["miniscript_crate"] miniscript_descriptors = [ "miniscript", "descriptors", "descriptors/miniscript", "bitcoin_hd/miniscript", ] serde = ["serde_crate"]