{
  "slug": "code/cargo",
  "title": "Cargo Crates",
  "description": "Publish Rust crates with Cuitty Code Registry.",
  "url": "https://cuitty.com/docs/code/cargo",
  "markdown_url": "https://cuitty.com/docs/code/cargo.md",
  "json_url": "https://cuitty.com/docs/code/cargo.json",
  "frontmatter": {
    "title": "Cargo Crates",
    "description": "Publish Rust crates with Cuitty Code Registry.",
    "order": 22,
    "section": "Code",
    "updatedAt": "2026-05-21"
  },
  "headings": [],
  "body_markdown": "Cuitty Code Registry supports Cargo-compatible crate publishing and installation.\n\nCargo crate ownership is enforced through the Cuitty registry namespace and package owner records. Cargo indexes are Git-backed where compatibility or auditability requires it, with sparse index support for modern clients.\n\n```bash\ncargo publish --registry cuitty\ncargo add my-crate --registry cuitty\n```\n\nYank and unyank operations require package maintainer permissions and are recorded in the audit log.",
  "body_html": "<p>Cuitty Code Registry supports Cargo-compatible crate publishing and installation.</p>\n<p>Cargo crate ownership is enforced through the Cuitty registry namespace and package owner records. Cargo indexes are Git-backed where compatibility or auditability requires it, with sparse index support for modern clients.</p>\n<pre class=\"astro-code github-dark\" style=\"background-color:#24292e;color:#e1e4e8; overflow-x: auto;\" tabindex=\"0\" data-language=\"bash\"><code><span class=\"line\"><span style=\"color:#B392F0\">cargo</span><span style=\"color:#9ECBFF\"> publish</span><span style=\"color:#79B8FF\"> --registry</span><span style=\"color:#9ECBFF\"> cuitty</span></span>\n<span class=\"line\"><span style=\"color:#B392F0\">cargo</span><span style=\"color:#9ECBFF\"> add</span><span style=\"color:#9ECBFF\"> my-crate</span><span style=\"color:#79B8FF\"> --registry</span><span style=\"color:#9ECBFF\"> cuitty</span></span></code></pre>\n<p>Yank and unyank operations require package maintainer permissions and are recorded in the audit log.</p>",
  "links_out": []
}