{
  "cksum": "80a4375b17a577952ff6527896c902ccf163b54c3396617836937aeb5f84d69b",
  "crate_file": "loxcraft-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/loxcraft/loxcraft-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.52",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrayvec",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "build-deps",
      "optional": false,
      "req": "^0.1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "codespan-reporting",
      "optional": false,
      "req": "^0.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dirs",
      "optional": true,
      "req": "^5.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "inline-more"
      ],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.13.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iota",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "build",
      "name": "lalrpop",
      "optional": false,
      "req": "^0.19.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lalrpop-util",
      "optional": false,
      "req": "^0.19.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "logos",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mimalloc",
      "optional": false,
      "req": "^0.1.27",
      "target": "cfg(not(any(miri, target_family = \"wasm\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nu-ansi-term",
      "optional": true,
      "req": "^0.47.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cpp",
        "flamegraph"
      ],
      "kind": "normal",
      "name": "pprof",
      "optional": true,
      "req": "^0.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "reedline",
      "optional": true,
      "req": "^0.18.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustc-hash",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "termcolor",
      "optional": false,
      "req": "^1.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "test-generator",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "io-std",
        "rt"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.17.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower-lsp",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter",
      "optional": true,
      "req": "^0.20.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-highlight",
      "optional": true,
      "req": "^0.20.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-lox",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": false,
      "req": "^0.2.67",
      "target": "cfg(target_family = \"wasm\")"
    }
  ],
  "features": {
    "gc-off": [],
    "gc-stress": [],
    "gc-trace": [],
    "vm-trace": []
  },
  "features2": {
    "default": [
      "lsp",
      "repl"
    ],
    "lsp": [
      "dep:tokio",
      "dep:tower-lsp"
    ],
    "pprof": [
      "dep:pprof"
    ],
    "repl": [
      "dep:dirs",
      "dep:nu-ansi-term",
      "dep:reedline",
      "dep:tree-sitter",
      "dep:tree-sitter-highlight",
      "dep:tree-sitter-lox"
    ]
  },
  "index_path": "lo/xc/loxcraft",
  "name": "loxcraft",
  "pubtime": "2023-04-24T09:45:03Z",
  "rust_version": "1.65",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
