{
  "cksum": "3f5ce1b601627773d24cb50ca30f0ccc6b8cf509531d37a75109a3fe681d3323",
  "crate_file": "amql-engine-0.0.0-alpha.0.crate",
  "crate_url": "https://static.crates.io/crates/amql-engine/amql-engine-0.0.0-alpha.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amql-file-lock",
      "optional": false,
      "req": "=0.0.0-alpha.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amql-mutate",
      "optional": false,
      "req": "=0.0.0-alpha.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amql-predicates",
      "optional": false,
      "req": "=0.0.0-alpha.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "amql-selector",
      "optional": false,
      "req": "=0.0.0-alpha.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde-json-impl"
      ],
      "kind": "normal",
      "name": "flowjs-rs",
      "optional": true,
      "req": "^0.0.0-alpha.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ignore",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "quick-xml",
      "optional": false,
      "req": "^0.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustc-hash",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "schemars",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-wasm-bindgen",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter",
      "optional": true,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-go",
      "optional": true,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-rust",
      "optional": true,
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tree-sitter-typescript",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde-json-impl",
        "no-serde-warnings"
      ],
      "kind": "normal",
      "name": "ts-rs",
      "optional": true,
      "req": "^12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "walkdir",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-js-bridge",
      "optional": false,
      "req": "^0.0.0-alpha.0",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "codegen": [
      "ts",
      "flow",
      "wasm"
    ],
    "default": [
      "resolver",
      "fs"
    ],
    "flow": [
      "dep:flowjs-rs",
      "amql-mutate/flow",
      "amql-selector/flow",
      "amql-predicates/flow"
    ],
    "fs": [
      "dep:walkdir",
      "dep:ignore",
      "dep:rayon"
    ],
    "jsonschema": [
      "dep:schemars",
      "amql-mutate/jsonschema",
      "amql-selector/jsonschema"
    ],
    "resolver": [
      "dep:tree-sitter",
      "dep:tree-sitter-rust",
      "dep:tree-sitter-typescript",
      "dep:tree-sitter-go"
    ],
    "ts": [
      "dep:ts-rs",
      "amql-mutate/ts",
      "amql-selector/ts",
      "amql-predicates/ts"
    ],
    "wasm": [
      "dep:wasm-bindgen",
      "dep:serde-wasm-bindgen"
    ]
  },
  "index_path": "am/ql/amql-engine",
  "name": "amql-engine",
  "pubtime": "2026-03-12T19:36:16Z",
  "v": 2,
  "vers": "0.0.0-alpha.0",
  "yanked": false
}
