//! `secunit-capture` — native upstream capturers (AWS, GitHub, dependency
//! audits, generic HTTP).
//!
//! Every capturer writes a canonical envelope shaped
//! `{ capturer, version, captured_at, args, result }` with sorted arrays,
//! ISO-8601 UTC timestamps, and ephemeral fields (request ids, pagination
//! tokens) stripped, so two runs of the same fixture round-trip
//! byte-identically.
/// Compile-time list of features actually enabled in this build.