Cargo Features

[dependencies]
linera-witty = { version = "0.11.1", default-features = false, features = ["log", "macros", "wasmer", "wasmtime", "test"] }
default = macros

The macros feature is set by default whenever linera-witty is added without default-features = false somewhere in the dependency tree.

log

Enables log

macros default = linera-witty-macros
wasmer

Enables wasmer, wasmer of optional linera-witty-macros

wasmtime

Enables wasmtime ^1.0, wasmtime of optional linera-witty-macros

test

Enables test of optional linera-witty-macros

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.

linera-witty-macros macros