usepolyplug_utils::GuestContractId;/// A directed edge in the capability graph.
#[derive(Debug, Clone)]pubstructDependencyEdge{/// Contract that creates the dependency (e.g. "image.decode@1.0").
pub_contract_name: String,
pub_contract_id: GuestContractId,
}