pub fn parse_key_value(token: &str) -> (String, String)
Parses a key:value token into its key and value parts. If the value is wrapped in double quotes, they are stripped.