{
  "cksum": "2d6fad1236732ab53f28f85482616d4fbf304d9ceee13ab6f0c7fb0f5bc883eb",
  "crate_file": "comment-remover-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/comment-remover/comment-remover-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.5.49",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter",
      "optional": false,
      "req": "^0.25.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-bash",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-c",
      "optional": true,
      "req": "^0.24.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-c-sharp",
      "optional": true,
      "req": "^0.23.1",
      "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-haskell",
      "optional": true,
      "req": "^0.23.1",
      "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-lua",
      "optional": true,
      "req": "^0.2.0",
      "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.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-scala",
      "optional": true,
      "req": "^0.24.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-swift",
      "optional": true,
      "req": "^0.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-typescript",
      "optional": true,
      "req": "^0.23.2",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "all": [
      "bash",
      "c",
      "c-sharp",
      "cpp",
      "css",
      "go",
      "haskell",
      "html",
      "java",
      "javascript",
      "lua",
      "php",
      "python",
      "ruby",
      "rust-lang",
      "scala",
      "swift",
      "typescript"
    ],
    "bash": [
      "dep:tree-sitter-bash"
    ],
    "c": [
      "dep:tree-sitter-c"
    ],
    "c-sharp": [
      "dep:tree-sitter-c-sharp"
    ],
    "cpp": [
      "dep:tree-sitter-cpp"
    ],
    "css": [
      "dep:tree-sitter-css"
    ],
    "default": [
      "c",
      "cpp",
      "rust-lang",
      "javascript",
      "python"
    ],
    "dotnet": [
      "c-sharp"
    ],
    "go": [
      "dep:tree-sitter-go"
    ],
    "haskell": [
      "dep:tree-sitter-haskell"
    ],
    "html": [
      "dep:tree-sitter-html"
    ],
    "java": [
      "dep:tree-sitter-java"
    ],
    "javascript": [
      "dep:tree-sitter-javascript"
    ],
    "jvm": [
      "java",
      "scala"
    ],
    "lua": [
      "dep:tree-sitter-lua"
    ],
    "php": [
      "dep:tree-sitter-php"
    ],
    "python": [
      "dep:tree-sitter-python"
    ],
    "ruby": [
      "dep:tree-sitter-ruby"
    ],
    "rust-lang": [
      "dep:tree-sitter-rust"
    ],
    "scala": [
      "dep:tree-sitter-scala"
    ],
    "scripting": [
      "bash",
      "python",
      "ruby",
      "lua"
    ],
    "swift": [
      "dep:tree-sitter-swift"
    ],
    "systems": [
      "c",
      "cpp",
      "rust-lang",
      "go"
    ],
    "typescript": [
      "dep:tree-sitter-typescript"
    ],
    "web": [
      "javascript",
      "typescript",
      "html",
      "css"
    ],
    "web-backend": [
      "php",
      "ruby",
      "python"
    ]
  },
  "index_path": "co/mm/comment-remover",
  "name": "comment-remover",
  "pubtime": "2026-02-07T04:31:22Z",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
