# Configuration for rbmt (Rust Bitcoin Maintainer Tools)
[]
# Examples to run with specific features enabled.
# Format: "example_name:feature1 feature2"
= []
# Features to test with the conventional `std` feature enabled.
# Tests each feature alone with std, all pairs, and all together.
= ["serde", "small-hash"]
# Features to test without the `std` feature.
# Tests each feature alone, all pairs, and all together.
= ["alloc", "serde", "small-hash"]