Cargo Features

switchyard-fs has no features set by default.

[dependencies]
switchyard-fs = { version = "1.0.0", features = ["prod", "file-logging", "bdd", "envmeta", "tracing"] }
prod

turns warnings into errors for high-signal lints

file-logging

Enable a simple file-backed JSONL sink for facts and audit streams

Affects facts::FileJsonlSink

bdd
envmeta

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust