bdk_tx 0.1.0

Bitcoin transaction building library.
Documentation
[dependencies.bdk_coin_select]
version = "0.4.0"

[dependencies.miniscript]
default-features = false
version = "12"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.bdk_bitcoind_rpc]
version = "0.19"

[dev-dependencies.bdk_chain]
version = "0.22"

[dev-dependencies.bdk_testenv]
version = "0.12"

[dev-dependencies.bitcoin]
features = ["rand-std"]
version = "0.32"

[[example]]
crate-type = ["lib"]
name = "common"
path = "examples/common.rs"

[[example]]
name = "synopsis"
path = "examples/synopsis.rs"

[features]
default = ["std"]
std = ["miniscript/std"]

[lib]
name = "bdk_tx"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Bitcoin transaction building library."
documentation = "https://docs.rs/bdk_tx"
edition = "2021"
homepage = "https://bitcoindevkit.org"
license = "MIT OR Apache-2.0"
name = "bdk_tx"
readme = "README.md"
repository = "https://github.com/bitcoindevkit/bdk-tx"
rust-version = "1.63"
version = "0.1.0"

[[test]]
name = "psbt"
path = "tests/psbt.rs"