// SPDX-License-Identifier: GPL-3.0-only
use Path;
use crate::;
pub use ;
pub use PluginHeader;
/// Reads the dependency header from a plugin file.
///
/// # Errors
/// Returns [`ImportError`] if the plugin cannot be read or its header is invalid.