Cargo Features
[dependencies]
workflow-rs = { version = "0.18.0", default-features = false, features = ["full", "core", "dom", "html", "i18n", "log", "node", "nw", "panic-hook", "rpc", "store", "terminal", "wasm", "websocket"] }
- default = core, log
-
These default features are set whenever
workflow-rs
is added without
somewhere in the dependency tree.default-features = false - full = core, dom, html, i18n, log, rpc, store, terminal, wasm, websocket
- core default full?
-
Enables workflow-core
Affects
workflow-rs::core
… - dom full?
-
Enables workflow-dom
Affects
workflow-rs::dom
… - html full?
-
Enables workflow-html
Affects
workflow-rs::html
… - i18n full?
-
Enables workflow-i18n
Affects
workflow-rs::i18n
… - log default full?
-
Enables workflow-log
Affects
workflow-rs::log
… - node
-
Enables workflow-node
Affects
workflow-rs::node
… - nw
-
Enables workflow-nw
Affects
workflow-rs::nw
… - panic-hook
-
Enables workflow-panic-hook
Affects
workflow-rs::panic_hook
… - rpc full?
-
Enables workflow-rpc
Affects
workflow-rs::rpc
… - store full?
-
Enables workflow-store
Affects
workflow-rs::store
… - terminal full?
-
Enables workflow-terminal
Affects
workflow-rs::terminal
… - wasm full?
-
Enables workflow-wasm
Affects
workflow-rs::wasm
… - websocket full?
-
Enables workflow-websocket
Affects
workflow-rs::websocket
…