//! GitHub Actions expression evaluation for offline CI systems.
//!
//! `gha-expression-proof` parses and evaluates GitHub Actions expressions
//! against supplied context JSON, then emits receipts that local runners can
//! attach to workflow planning and execution evidence.
pub use ;
pub use ;
pub use ;
pub const TOOL_NAME: &str = "gha-expression-proof";
pub const TOOL_VERSION: &str = env!;