Cargo Features

[dependencies]
wasmworker = { version = "0.4.0", default-features = false, features = ["iter-ext", "codec-postcard", "codec-pot", "macros"] }
default = codec-postcard, iter-ext

These default features are set whenever wasmworker is added without default-features = false somewhere in the dependency tree.

iter-ext default

Affects wasmworker::iter_ext

codec-postcard default

Enables postcard

Affects convert::to_bytes, convert::from_bytes

codec-pot

Enables pot

Affects convert::to_bytes, convert::from_bytes

macros = wasmworker-proc-macro

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.

wasmworker-proc-macro macros?