<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rusty-commit</id>
<version>__VERSION__</version>
<title>Rusty Commit (rco)</title>
<authors>hongkongkiwi</authors>
<projectUrl>https://github.com/hongkongkiwi/rusty-commit</projectUrl>
<iconUrl>https://raw.githubusercontent.com/hongkongkiwi/rusty-commit/main/assets/logo.png</iconUrl>
<copyright>Copyright (c) 2024-2025 hongkongkiwi</copyright>
<licenseUrl>https://github.com/hongkongkiwi/rusty-commit/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Rusty-commit (rco) is a modern, AI-powered git commit message generator that helps
you create meaningful, standardized commit messages following Conventional Commits.
Features:
- Supports 100+ AI providers (OpenAI, Claude, Groq, Cerebras, and more)
- Conventional commits and GitMoji format support
- Secure API key storage
- Git hooks integration
- MCP server for editor integration
This package is community-maintained and not officially affiliated with the Rusty Commit project.
</description>
<summary>AI-powered commit message generator written in Rust</summary>
<tags>git commit ai automation developer-tools conventional-commits gitmoji</tags>
<releaseNotes>https://github.com/hongkongkiwi/rusty-commit/releases/tag/v__VERSION__</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>