Cargo Features
[dependencies]
workflow-rpc = { version = "0.18.0", default-features = false, features = ["wasm32-sdk", "native-tls", "native-tls-vendored", "rustls-tls-native-roots", "rustls-tls-webpki-roots"] }
- default = native-tls
-
The
native-tls
feature is set by default wheneverworkflow-rpc
is added without
somewhere in the dependency tree.default-features = false - wasm32-sdk
-
Enables wasm32-sdk of workflow-websocket
workflow-websocket:
enable to make connection options available in the generated TypeScript bindings
- native-tls default
-
Enables native-tls of workflow-websocket
- native-tls-vendored
-
Enables native-tls-vendored of workflow-websocket
- rustls-tls-native-roots
-
Enables rustls-tls-native-roots of workflow-websocket
- rustls-tls-webpki-roots
-
Enables rustls-tls-webpki-roots of workflow-websocket
workflow-rpc has 6 features without comments.