use CrateOverallData;
use CrateVersionData;
use ;
/// Combined crate information including both version-specific and overall data.
///
/// This struct bundles together all crate-related information from the crates.io database,
/// including both the requested version's specific data and the crate's overall metadata.