//! Dynamic profile source configuration, fetch, cache, merge, and manager.
//!
//! This module handles all aspects of remote dynamic profiles:
//!
//! - **Cache** (`cache`): SHA-256-keyed filesystem cache for fetched profiles
//! - **Fetch** (`fetch`): HTTPS-only HTTP fetch with timeout and size limits
//! - **Merge** (`merge`): Merge remote profiles into the local `ProfileManager`
//! - **Manager** (`manager`): Background tokio tasks with mpsc channel updates
// Re-export configuration types from par-term-config
pub use ;
pub use ;
pub use ;
pub use ;
pub use merge_dynamic_profiles;