# 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.77.0" name = "descriptors" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bitcoin descriptors library (part of Bitcoin Protocol stack)" homepage = "https://lnp-bp.org" readme = "README.md" keywords = [ "bitcoin", "wallet", "descriptors", "psbt", "taproot", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/BP-WG/bp-wallet" [lib] name = "descriptors" path = "src/lib.rs" [dependencies.amplify] version = "4.7.0" [dependencies.bp-derive] version = "0.11.0-beta.9" [dependencies.indexmap] version = "2.4.0" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [features] all = ["serde"] default = [] serde = [ "serde_crate", "bp-derive/serde", ]