# The process-wide host configuration global (HostConfig + the config() OnceLock), extracted into a # leaf crate so every subsystem crate (pf-encode, pf-capture, pf-vdisplay, pf-gpu) can read config # WITHOUT depending on the orchestrator (plan §W6 — config parked above its consumers). Pure std. [package] name = "pf-host-config" version = "0.12.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Process-wide punktfunk host configuration (env-parsed HostConfig behind a OnceLock)." publish = false [dependencies]