Cargo Features

sos-backend has no features set by default.

[dependencies]
sos-backend = { version = "0.16.1", features = ["full", "audit", "files", "preferences", "search", "system-messages"] }
full = audit, files, preferences, search, system-messages
audit full? = sos-audit

Enables audit of sos-database and sos-filesystem

Affects sos-backend::audit

files full?

Enables files of sos-core, sos-database, sos-filesystem, and sos-reducers

Affects event_log::BackendFileEventLog

preferences full? = sos-preferences

Enables preferences of sos-database and sos-filesystem

system-messages full? = sos-system-messages, urn

Enables system-messages of sos-database and sos-filesystem

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.

sos-audit audit?
sos-preferences preferences?
sos-system-messages system-messages?
urn system-messages?

Enables urn

system-messages