pub fn extract_toml_str(content: &str, key: &str) -> Option<String>
Extract a string value from a simple TOML key assignment within the [package] section
[package]