Cargo Features

llama-core has no features set by default.

[dependencies]
llama-core = { version = "0.21.2", features = ["full", "logging", "search"] }
full = logging, search
logging full? = log, wasi-logger

Affects llama-core::search

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.

wasi-logger logging?
log logging?