{
  "cksum": "221f0500a5550dd1c5c1e22b89023c9643deb602aa2e924b205a26f198c91b3e",
  "crate_file": "tishlang-2.0.2.crate",
  "crate_url": "https://static.crates.io/crates/tishlang/tishlang-2.0.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive",
        "color"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mimalloc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rayon",
      "optional": false,
      "req": "^1.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with-file-history"
      ],
      "kind": "normal",
      "name": "rustyline",
      "optional": false,
      "req": "^17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_ast",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_bytecode",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_compile",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_compile_js",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_core",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_eval",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_ffi",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_js_to_tish",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_lexer",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_llvm",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_native",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_opt",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_parser",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_pg",
      "optional": true,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_runtime",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_vm",
      "optional": false,
      "req": ">=0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tishlang_wasm",
      "optional": false,
      "req": ">=0.1",
      "target": null
    }
  ],
  "features": {
    "fs": [
      "tishlang_eval/fs",
      "tishlang_runtime/fs",
      "tishlang_compile/fs",
      "tishlang_vm/fs"
    ],
    "http": [
      "tishlang_eval/http",
      "tishlang_runtime/http",
      "tishlang_compile/http",
      "tishlang_vm/http"
    ],
    "process": [
      "tishlang_eval/process",
      "tishlang_runtime/process",
      "tishlang_compile/process",
      "tishlang_vm/process"
    ],
    "regex": [
      "tishlang_eval/regex",
      "tishlang_runtime/regex",
      "tishlang_compile/regex",
      "tishlang_vm/regex"
    ],
    "timers": [
      "tishlang_eval/timers",
      "tishlang_compile/timers",
      "tishlang_vm/timers"
    ],
    "tty": [
      "tishlang_eval/tty",
      "tishlang_runtime/tty",
      "tishlang_compile/tty",
      "tishlang_vm/tty"
    ],
    "ws": [
      "tishlang_eval/ws",
      "tishlang_runtime/ws",
      "tishlang_compile/ws",
      "tishlang_vm/ws"
    ]
  },
  "features2": {
    "default": [
      "full",
      "fast-alloc"
    ],
    "fast-alloc": [
      "dep:mimalloc"
    ],
    "full": [
      "http",
      "fs",
      "process",
      "regex",
      "ws",
      "timers",
      "tty",
      "pg"
    ],
    "pg": [
      "dep:tishlang_pg"
    ]
  },
  "index_path": "ti/sh/tishlang",
  "name": "tishlang",
  "pubtime": "2026-06-12T16:20:39Z",
  "v": 2,
  "vers": "2.0.2",
  "yanked": false
}
