# 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 = "psbt" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modern, minimalistic & standard-compliant PSBT library" 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 = "psbt" path = "src/lib.rs" [[test]] name = "bip174" path = "tests/bip174.rs" [[test]] name = "bip370" path = "tests/bip370.rs" [[test]] name = "bip371" path = "tests/bip371.rs" [dependencies.amplify] version = "4.7.0" [dependencies.base64] version = "0.22.1" [dependencies.bp-core] version = "0.11.0-beta.9" optional = true [dependencies.bp-derive] version = "0.11.0-beta.9" [dependencies.chrono] version = "0.4.38" [dependencies.commit_verify] version = "0.11.0-beta.9" optional = true [dependencies.descriptors] version = "0.11.0-beta.9" [dependencies.indexmap] version = "2.4.0" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [dependencies.strict_encoding] version = "2.7.0" optional = true [features] all = [ "serde", "client-side-validation", ] client-side-validation = [ "bp-core", "commit_verify", "strict_encoding", ] default = [] serde = [ "serde_crate", "bp-derive/serde", "indexmap/serde", ]