Cargo Features

[dependencies]
vls-protocol = { version = "0.11.0", default-features = false, features = ["no-std", "std", "log-secrets"] }
default = std

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

no-std

Enables no-std of serde_bolt and txoo

std default

Enables std of serde_bolt and txoo

log-secrets

dangerous, only for testing