pub fn requires_component_is_safe(s: &str) -> boolExpand description
Whether a ## Requires crate name / version / feature is safe to write
into the generated Cargo.toml verbatim: strictly alphanumerics plus the
characters cargo specs actually use. Anything else (quotes, newlines,
brackets) could smuggle TOML structure into the manifest.