Cargo Features

tea-actorx2-core has no features set by default.

[dependencies]
tea-actorx2-core = { version = "0.2.0-dev.17", features = ["sign", "host", "worker"] }
sign = leb128, openssl, zstd

Affects tea-actorx2-core::sign

host

Enables io-util of tokio

Affects worker_codec::read_var_bytes, worker_codec::write_var_bytes

worker = wasmparser

Affects tea-actorx2-core::wasm

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.

openssl sign?
leb128 sign?
zstd sign?

Enables zstd ^0.12.3

wasmparser worker?

Enables wasmparser ^0.83.0