//! SBOM serialization and transformation.
//!//! Operates on raw JSON (`serde_json::Value`) to inject enrichment data,
//! filter components, or merge SBOMs — preserving the original format structure.
modenricher;modmerger;modpruner;pubuseenricher::enrich_sbom_json;pubusemerger::{DeduplicationStrategy, MergeConfig, merge_sbom_json};pubusepruner::{TailorConfig, tailor_sbom_json};