pub(crate) const CEL_CXX: &str = "cel_cxx";
pub(crate) const TYPE: &str = "type";
#[cfg(any(feature = "prost", feature = "protobuf-legacy", feature = "protobuf"))]
pub(crate) const TYPE_NAME: &str = "type_name";
pub(crate) const CRATE: &str = "crate";
pub(crate) const DISPLAY: &str = "display";