//! Certified Stack Contract — machine-readable cross-ecosystem certification.
//!
//! The contract (`contract.toml`) is the single source of truth for the
//! foundation stack Arcature certifies. `arc doctor` loads it and reports each
//! component's actual version against the certified version. Certification is
//! information and testing policy, not ecosystem lock-in: Cargo overrides are
//! not prevented; an override outside the certified matrix is reported as
//! `UNVERIFIED OVERRIDE`.
pub use load;
pub use ;