//! # FlashCron
//!
//! A lightweight, efficient, and eco-friendly cron daemon written in Rust.
//!
//! ## Features
//!
//! - **Efficient**: Minimal memory footprint (~2-5MB), fast startup
//! - **Simple**: TOML configuration, intuitive CLI
//! - **Observable**: Built-in logging, optional Prometheus metrics
//! - **Reliable**: Graceful shutdown, job timeout handling, automatic retry
//! - **Cross-platform**: Linux, macOS, Windows support
pub use Config;
pub use ;
pub use JobExecutor;
pub use Scheduler;
/// Library version
pub const VERSION: &str = env!;