Document remaining features in cookbook & version

Add the remaining feature flags to the cookbook and the version
information.
This commit is contained in:
Jason Owen
2026-01-13 22:42:43 -08:00
parent 547fe30a05
commit 77b6233496
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -72,6 +72,10 @@ async fn main() {
"bundled-libs",
#[cfg(feature = "consul-discovery")]
"consul-discovery",
#[cfg(feature = "fjall")]
"fjall",
#[cfg(feature = "journald")]
"journald",
#[cfg(feature = "k2v")]
"k2v",
#[cfg(feature = "kubernetes-discovery")]
@@ -82,6 +86,8 @@ async fn main() {
"metrics",
#[cfg(feature = "sqlite")]
"sqlite",
#[cfg(feature = "syslog")]
"syslog",
#[cfg(feature = "system-libs")]
"system-libs",
#[cfg(feature = "telemetry-otlp")]