pub fn parse_plugin_toml(content: &str) -> Result<Plugin>
Parse a plugin TOML string into a Plugin struct.
Plugin