/// Derive `Serialize`/`Deserialize` with `camelCase` field renaming.
/// Use for structs that are persisted to cache or serialized to JSON.
/// Derive `Serialize`/`Deserialize` with `kebab-case` variant renaming.
/// Use for enums that are persisted to cache or serialized to JSON.