# Configuration for rbmt (Rust Bitcoin Maintainer Tools)
[]
# Examples to run with specific features enabled.
# Format: "example_name:feature1 feature2"
= [
"bip32",
"bip32:-",
"ecdsa-psbt:std bitcoinconsensus",
"sign-tx-segwit-v0:rand std",
"sign-tx-taproot:rand std",
"taproot-psbt:bitcoinconsensus rand std",
"sighash:std",
"serde:std serde",
]
# Features to test with the conventional `std` feature enabled.
# Tests each feature alone with std, all pairs, and all together.
= ["rand", "serde", "secp-recovery", "bitcoinconsensus", "base64", "arbitrary"]
# Features to test without the `std` feature.
# Tests each feature alone, all pairs, and all together.
= ["rand", "serde", "secp-recovery", "bitcoinconsensus", "base64", "arbitrary"]
[]
= [
"hex-conservative",
]