Cargo Features
WALLE_CORE has no features set by default.
[dependencies]
walle-core = { version = "0.8.0-a1", features = ["full", "http", "websocket", "app-obc", "impl-obc", "alt", "tokio-rt"] }
- full = alt, app-obc, http, impl-obc, websocket
- http full? = http-body-util, hyper, hyper-util
-
Affects
util::ProtocolItem.to_body
… - websocket full? = tokio-tungstenite
-
Affects
util::ProtocolItem.to_ws_msg
… - app-obc full? = sha2
-
Enables fs and io-util of tokio
Affects
walle-core::obc
… - impl-obc full? = uuid
-
Affects
util::new_uuid
,walle-core::obc
… - alt full?
-
Affects
walle-core::alt
… - tokio-rt
-
Enables rt-multi-thread of tokio
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.