Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
zeph-core = { version = "0.21.2", default-features = false, features = ["candle", "classifiers", "cuda", "gonka", "cocoon", "index", "metal", "postgres", "profiling", "profiling-alloc", "scheduler", "sqlite", "sysinfo", "mock"] }
default = sqlite

The sqlite feature is set by default whenever zeph-core is added without default-features = false somewhere in the dependency tree.

candle

Enables candle of zeph-llm

Affects provider_factory::select_device

classifiers

Enables classifiers of zeph-llm and zeph-sanitizer

cuda

Enables cuda of zeph-llm

gonka

Enables gonka of zeph-llm

cocoon

Enables cocoon of zeph-commands and zeph-llm

index

Enables index of zeph-agent-context

zeph-agent-context:

Enables zeph-index integration via IndexAccess in context assembly views.

metal

Enables metal of zeph-llm

postgres

Enables postgres of zeph-agent-context, zeph-agent-persistence, and zeph-db

profiling profiling-alloc?

Enables tracing-subscriber

Affects zeph-core::metrics_bridge

profiling-alloc = profiling

Affects zeph-core::alloc_layer

scheduler
sqlite default

Enables sqlite of zeph-agent-context, zeph-agent-persistence, and zeph-db

sysinfo

Enables sysinfo ^0.38.4

Affects zeph-core::system_metrics

mock

Enables mock of zeph-vault