[package]
edition = "2018"
name = "bdk_coin_select"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for input selection for making bitcoin transactions."
homepage = "https://bitcoindevkit.org"
documentation = "https://docs.rs/bdk_coin_select"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoindevkit/coin-select"
[features]
default = ["std"]
std = []
[lib]
name = "bdk_coin_select"
path = "src/lib.rs"
[[test]]
name = "bnb"
path = "tests/bnb.rs"
[[test]]
name = "changeless"
path = "tests/changeless.rs"
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "lowest_fee"
path = "tests/lowest_fee.rs"
[[test]]
name = "rbf"
path = "tests/rbf.rs"
[[test]]
name = "weight"
path = "tests/weight.rs"
[dependencies]
[dev-dependencies.bitcoin]
version = "0.32"
[dev-dependencies.proptest]
version = "1.7"
[dev-dependencies.rand]
version = "0.9"