//! `elasticctl-api` depends on `serde_json` directly, and CLI table and CSV
//! column order requires `serde_json::Map` insertion order.
//!
//! The workspace root declares `preserve_order`, so every package has the same
//! map semantics. This test fails if the feature stops being unified.