//! Plugin manifest and metadata handling
//!
//! This module defines the plugin manifest format and provides utilities
//! for loading, validating, and managing plugin metadata.
// Sub-modules
// Re-export main types and functions for convenience
pub use ManifestLoader;
pub use ;
pub use ;