Cargo Features

[dependencies]
bitcoin-waila = { version = "0.5.0", default-features = false, features = ["no-std", "std", "rgb"] }
default = std

The std feature is set by default whenever bitcoin-waila is added without default-features = false somewhere in the dependency tree.

no-std

Enables alloc of nostr ^0.29.0, no-std of bitcoin ^0.30.2, lightning ^0.0.121, and lightning-invoice ^0.29.0

std default

Enables std of bitcoin ^0.30.2, lightning ^0.0.121, lightning-invoice ^0.29.0, and nostr ^0.29.0

rgb = rgb-std, rgb-wallet

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rgb-std rgb?
rgb-wallet rgb?