{
  "cksum": "fbcbfa7e5df617eb40de7c969bb0620c1f7a39d819496ea90643fbadb789a52a",
  "crate_file": "karet-treesitter-0.2.2.crate",
  "crate_url": "https://static.crates.io/crates/karet-treesitter/karet-treesitter-0.2.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "karet-core",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "karet-filetype",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter",
      "optional": false,
      "req": "^0.26.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-bash",
      "optional": true,
      "req": "^0.25.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-c",
      "optional": true,
      "req": "^0.24.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-c-sharp",
      "optional": true,
      "req": "^0.23.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-cpp",
      "optional": true,
      "req": "^0.23.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-css",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-go",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-html",
      "optional": true,
      "req": "^0.23.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-java",
      "optional": true,
      "req": "^0.23.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-javascript",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-json",
      "optional": true,
      "req": "^0.24.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-md",
      "optional": true,
      "req": "^0.5.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-php",
      "optional": true,
      "req": "^0.24.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-python",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-ruby",
      "optional": true,
      "req": "^0.23.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-rust",
      "optional": true,
      "req": "^0.24.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-toml-ng",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-typescript",
      "optional": true,
      "req": "^0.23.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-yaml",
      "optional": true,
      "req": "^0.7.2",
      "target": null
    }
  ],
  "features": {
    "default": []
  },
  "features2": {
    "all-languages": [
      "lang-rust",
      "lang-python",
      "lang-javascript",
      "lang-typescript",
      "lang-json",
      "lang-go",
      "lang-c",
      "lang-cpp",
      "lang-csharp",
      "lang-java",
      "lang-ruby",
      "lang-php",
      "lang-bash",
      "lang-toml",
      "lang-html",
      "lang-css",
      "lang-yaml",
      "lang-markdown"
    ],
    "lang-bash": [
      "dep:tree-sitter-bash"
    ],
    "lang-c": [
      "dep:tree-sitter-c"
    ],
    "lang-cpp": [
      "dep:tree-sitter-cpp"
    ],
    "lang-csharp": [
      "dep:tree-sitter-c-sharp"
    ],
    "lang-css": [
      "dep:tree-sitter-css"
    ],
    "lang-go": [
      "dep:tree-sitter-go"
    ],
    "lang-html": [
      "dep:tree-sitter-html"
    ],
    "lang-java": [
      "dep:tree-sitter-java"
    ],
    "lang-javascript": [
      "dep:tree-sitter-javascript"
    ],
    "lang-json": [
      "dep:tree-sitter-json"
    ],
    "lang-markdown": [
      "dep:tree-sitter-md"
    ],
    "lang-php": [
      "dep:tree-sitter-php"
    ],
    "lang-python": [
      "dep:tree-sitter-python"
    ],
    "lang-ruby": [
      "dep:tree-sitter-ruby"
    ],
    "lang-rust": [
      "dep:tree-sitter-rust"
    ],
    "lang-toml": [
      "dep:tree-sitter-toml-ng"
    ],
    "lang-typescript": [
      "dep:tree-sitter-typescript"
    ],
    "lang-yaml": [
      "dep:tree-sitter-yaml"
    ]
  },
  "index_path": "ka/re/karet-treesitter",
  "name": "karet-treesitter",
  "pubtime": "2026-07-10T19:59:33Z",
  "rust_version": "1.90",
  "v": 2,
  "vers": "0.2.2",
  "yanked": false
}
