# 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.0" name = "psbt-v0" version = "0.1.1" authors = [ "Andrew Poelstra ", "Tobin C. Harding ", ] build = false exclude = [ "tests", "contrib", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Partially Signed Bitcoin Transaction Format - BIP-174" readme = "README.md" keywords = [ "psbt", "bip-174", "bip174", "psbt-v0", "psbtv0", ] categories = ["cryptography::cryptocurrencies"] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-psbt-v0/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "psbt_v0" path = "src/lib.rs" [[example]] name = "multisig" path = "examples/multisig.rs" required-features = ["rand-std"] [dependencies.actual-serde] version = "1.0.103" features = [ "derive", "alloc", ] optional = true default-features = false package = "serde" [dependencies.base64] version = "0.21.3" optional = true [dependencies.bitcoin] version = "0.32.2" default-features = false [dependencies.bitcoin-internals] version = "0.3.0" features = ["alloc"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.secp256k1] version = "0.29" features = [ "rand-std", "global-context", ] [dev-dependencies.serde_json] version = "1.0.0" [dev-dependencies.serde_test] version = "1.0.19" [features] default = ["std"] rand = ["bitcoin/rand"] rand-std = [ "bitcoin/rand-std", "std", ] serde = [ "actual-serde", "bitcoin/serde", "bitcoin-internals/serde", ] std = [ "bitcoin/std", "bitcoin-internals/std", ]