//! mocra-proxy: a configuration-driven proxy pool / manager (extracted from the main mocra
//! crate; State-free and usable standalone).
//!
//! - [`ProxyManager`] / [`ProxyPool`]: a multi-provider proxy pool with tunnels, health checks,
//! rotation, and expiry reclamation.
//! - [`ProxyConfig`]: TOML configuration loading (`ProxyConfig::load_from_toml`).
//! - A standalone [`ProxyError`]; the host crate folds it into its own error hierarchy via `From`.
pub use ;
pub use ProxyManager;
pub use *;