pub fn split_toml_key_value(line: &str) -> Option<(String, String)>
Splits a TOML key-value line on the first = outside quotes.
=