//! C2PA core data structures: JUMBF boxes, claim assembly, and parsing.
//!//! This crate is I/O-free. It builds and parses the JUMBF/CBOR layer used by
//! the format and validation crates.
pub(crate)modclaim;pub(crate)modjumbf;pub(crate)modspec;pub(crate)usecrate::c2pa_cbor as cbor;pub(crate)usespec::{ComplianceLevel, EngineProfile, OperatingMode, SpecVersion};