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

Cargo Features

[dependencies]
zeph-tools = { version = "0.21.2", default-features = false, features = ["profiling", "sqlite", "postgres", "sandbox"] }
default = sqlite

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

profiling
sqlite default

Enables sqlite of zeph-db

postgres

Enables postgres of zeph-db

sandbox

Gates Linux-only landlock + seccompiler deps. macOS backend compiles unconditionally.

Enables landlock and seccompiler

Affects sandbox::linux