Cargo Features

[dependencies]
mutiny-core = { version = "0.4.39", default-features = false, features = ["async-interface", "ignored_tests"] }
default = async-interface

The async-interface feature is set by default whenever mutiny-core is added without default-features = false somewhere in the dependency tree.

async-interface default

needed to make async ldk esplora work

ignored_tests