Cargo Features
[dependencies]
lighthouse-client = { version = "3.4.0", default-features = false, features = ["async-std", "tokio"] }
- default = tokio
-
The
tokio
feature is set by default wheneverlighthouse-client
is added without
somewhere in the dependency tree.default-features = false - async-std
-
Enables async-std, async-native-tls and async-std-runtime of async-tungstenite ^0.25
- tokio default
-
Enables tokio, tokio-native-tls and tokio-runtime of async-tungstenite ^0.25
lighthouse-client has 3 features without comments.