{
  "cksum": "45ce3efa48b7df87e355dde0a9cb6ebe797c604a2666ee821542f18eb0748e6b",
  "crate_file": "grafeo-engine-0.5.22.crate",
  "crate_url": "https://static.crates.io/crates/grafeo-engine/grafeo-engine-0.5.22.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "arcstr",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bincode",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "grafeo-adapters",
      "optional": false,
      "req": "^0.5.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "grafeo-common",
      "optional": false,
      "req": "^0.5.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "grafeo-core",
      "optional": false,
      "req": "^0.5.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hf-hub",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indexmap",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "md5",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "ndarray",
        "load-dynamic",
        "api-24"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": true,
      "req": "^2.0.0-rc.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex-lite",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "rc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha1",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smallvec",
      "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": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "onig"
      ],
      "kind": "normal",
      "name": "tokenizers",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "fs",
        "io-util",
        "sync",
        "time",
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "ai": [
      "vector-index",
      "text-index",
      "hybrid-search",
      "cdc"
    ],
    "algos": [
      "grafeo-adapters/algos"
    ],
    "cdc": [],
    "cypher": [
      "grafeo-adapters/cypher"
    ],
    "embed": [
      "ort",
      "tokenizers",
      "hf-hub"
    ],
    "full": [
      "languages",
      "ai",
      "rdf",
      "parallel",
      "algos",
      "storage",
      "jsonl-import",
      "parquet-import"
    ],
    "gql": [
      "grafeo-adapters/gql"
    ],
    "grafeo-file": [
      "grafeo-adapters/grafeo-file"
    ],
    "graphql": [
      "grafeo-adapters/graphql"
    ],
    "gremlin": [
      "grafeo-adapters/gremlin"
    ],
    "hybrid-search": [
      "grafeo-core/hybrid-search",
      "text-index",
      "vector-index"
    ],
    "jsonl-import": [
      "grafeo-core/jsonl-import"
    ],
    "languages": [
      "gql",
      "cypher",
      "sparql",
      "gremlin",
      "graphql",
      "sql-pgq"
    ],
    "metrics": [],
    "mmap": [
      "grafeo-core/mmap"
    ],
    "parallel": [
      "rayon",
      "crossbeam",
      "grafeo-core/parallel",
      "grafeo-adapters/parallel"
    ],
    "parquet-import": [
      "grafeo-core/parquet-import"
    ],
    "rdf": [
      "grafeo-core/rdf",
      "grafeo-adapters/rdf",
      "md5",
      "sha1",
      "sha2"
    ],
    "server": [
      "full",
      "metrics"
    ],
    "sparql": [
      "grafeo-adapters/sparql"
    ],
    "spill": [
      "grafeo-core/spill"
    ],
    "sql-pgq": [
      "grafeo-adapters/sql-pgq"
    ],
    "storage": [
      "wal",
      "grafeo-file",
      "spill",
      "mmap"
    ],
    "testing-crash-injection": [
      "grafeo-core/testing-crash-injection"
    ],
    "text-index": [
      "grafeo-core/text-index"
    ],
    "vector-index": [
      "grafeo-core/vector-index"
    ],
    "wal": [
      "grafeo-adapters/wal"
    ]
  },
  "features2": {
    "browser": [
      "gql",
      "regex-lite"
    ],
    "default": [
      "gql",
      "parallel",
      "wal",
      "spill",
      "mmap",
      "regex"
    ],
    "embedded": [
      "gql",
      "ai",
      "algos",
      "parallel",
      "regex",
      "jsonl-import"
    ],
    "regex": [
      "dep:regex",
      "grafeo-core/regex"
    ],
    "regex-lite": [
      "dep:regex-lite",
      "grafeo-core/regex-lite"
    ]
  },
  "index_path": "gr/af/grafeo-engine",
  "name": "grafeo-engine",
  "pubtime": "2026-03-14T17:47:07Z",
  "rust_version": "1.91.1",
  "v": 2,
  "vers": "0.5.22",
  "yanked": false
}
