# 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 = "bp-std" version = "0.11.0-beta.9" authors = ["Dr Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modern & lightweight implementation of bitcoin standards without rust-bitcoin/miniscript dependencies" 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 = "bpstd" path = "src/lib.rs" [dependencies.amplify] version = "4.7.0" [dependencies.bp-consensus] version = "0.11.0-beta.9" [dependencies.bp-core] version = "0.11.0-beta.9" optional = true [dependencies.bp-derive] version = "0.11.0-beta.9" [dependencies.bp-invoice] version = "0.11.0-beta.9" [dependencies.descriptors] version = "0.11.0-beta.9" [dependencies.psbt] version = "0.11.0-beta.9" [dependencies.secp256k1] version = "0.30.0" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [features] all = [ "signers", "client-side-validation", "strict_encoding", "serde", "psbt/all", ] client-side-validation = [ "bp-core", "psbt/client-side-validation", ] default = [] serde = [ "serde_crate", "bp-consensus/serde", "bp-invoice/serde", "bp-derive/serde", "descriptors/serde", "psbt/serde", ] signers = [ "secp256k1/global-context", "secp256k1/rand", ] strict_encoding = ["psbt/strict_encoding"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.rand] version = "0.8.4" optional = true [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"