Cargo Features
tea-sdk has no features set by default.
[dependencies]
tea-sdk = { version = "0.3.0-dev.7", features = ["wasm", "host", "track", "sign", "system-actors", "vmh", "nitro", "backtrace", "dev", "tokio"] }
- wasm = system-actors, tea-wasm-actor-utils
-
Enables wasm of tea-actorx
- host = system-actors
-
Enables host of tea-actorx, runtime of tea-codec
- track
-
Enables track of tea-actorx
- sign
-
Enables sign of tea-actorx
- system-actors host? wasm? = tea-system-actors, vmh
- vmh system-actors?
-
Enables vmh of tea-runtime-codec
- nitro
-
Enables nitro of tea-actorx, tea-runtime-codec, and tea-system-actors
- backtrace
-
Enables backtrace of tea-actorx and tea-codec
- dev
-
Enables dev of tea-runtime-codec
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.
- tea-system-actors nitro? system-actors?
- tea-wasm-actor-utils wasm?
- tokio implicit feature
-
Enables tokio
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications