//! GitHub Actions cache compatibility checks for offline CI systems.
//!
//! `gha-cache-proof` models the public `actions/cache` restore/save surface
//! against a deterministic local store and emits receipts that can be attached
//! to larger workflow-run evidence.
pub use ;
pub use ;
pub use render_receipt;
pub const TOOL_NAME: &str = "gha-cache-proof";
pub const TOOL_VERSION: &str = env!;