pub fn extract_toml_key_values(input: &str) -> Vec<TomlKeyValue>
Extracts TOML key-value pairs from the input.