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 whenevervls-protocol
is added without
somewhere in the dependency tree.default-features = false - 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