Cargo Features

[dependencies]
vls-protocol = { version = "0.12.0", default-features = false, features = ["no-std", "std", "test_utils", "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 ^0.3.5, txoo ^0.7.1, and vls-core

std default

Enables std of serde_bolt ^0.3.5, txoo ^0.7.1, and vls-core

test_utils

Enables test_utils of serde_bolt ^0.3.5

log-secrets

dangerous, only for testing