{
  "cksum": "9d9c2e668aa6c5e9ac96544da04f8fa25d08657254159308f9e10eedfbfebdbe",
  "crate_file": "llm-kernel-0.2.3.crate",
  "crate_url": "https://static.crates.io/crates/llm-kernel/llm-kernel-0.2.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "candle-core",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hf-hub-rustls-tls",
        "ort-download-binaries-rustls-tls"
      ],
      "kind": "normal",
      "name": "fastembed",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hf-hub-rustls-tls",
        "ort-download-binaries-rustls-tls",
        "ort-load-dynamic"
      ],
      "kind": "normal",
      "name": "fastembed",
      "optional": true,
      "req": "^5",
      "target": "cfg(any(target_os = \"windows\", all(target_os = \"linux\", target_arch = \"aarch64\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indexmap",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ort",
      "optional": true,
      "req": "=2.0.0-rc.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "rustls",
        "stream"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bundled"
      ],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": "^0.40",
      "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_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tempfile",
      "optional": true,
      "req": "^3",
      "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",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "macros",
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-stream",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "ureq",
      "optional": true,
      "req": "^3",
      "target": null
    }
  ],
  "features": {
    "embedding": [],
    "tokens": []
  },
  "features2": {
    "client-async": [
      "dep:reqwest",
      "dep:serde_json",
      "dep:async-trait",
      "dep:tokio",
      "dep:tokio-stream",
      "dep:futures-core"
    ],
    "config": [
      "dep:toml"
    ],
    "default": [
      "provider"
    ],
    "discovery": [
      "provider",
      "dep:ureq"
    ],
    "embedding-fastembed": [
      "embedding",
      "dep:fastembed",
      "dep:indexmap"
    ],
    "embedding-fastembed-directml": [
      "embedding-fastembed",
      "dep:ort"
    ],
    "embedding-fastembed-nomic-moe": [
      "embedding-fastembed",
      "fastembed/nomic-v2-moe",
      "dep:candle-core"
    ],
    "embedding-fastembed-qwen3": [
      "embedding-fastembed",
      "fastembed/qwen3",
      "dep:candle-core"
    ],
    "embedding-openai": [
      "embedding",
      "dep:ureq",
      "dep:serde_json"
    ],
    "full": [
      "provider",
      "discovery",
      "client-async",
      "secrets",
      "store",
      "config",
      "graph",
      "graph-async",
      "graph-pool",
      "mcp",
      "tokens",
      "install",
      "search",
      "embedding",
      "embedding-openai",
      "embedding-fastembed",
      "embedding-fastembed-qwen3",
      "embedding-fastembed-nomic-moe",
      "telemetry",
      "safety"
    ],
    "graph": [
      "store",
      "dep:serde_json"
    ],
    "graph-async": [
      "graph",
      "dep:tokio"
    ],
    "graph-pool": [
      "graph",
      "dep:tokio"
    ],
    "install": [
      "dep:serde_json"
    ],
    "mcp": [
      "dep:serde_json"
    ],
    "provider": [
      "dep:serde_json"
    ],
    "safety": [
      "dep:regex"
    ],
    "search": [
      "dep:serde_json"
    ],
    "secrets": [
      "dep:tempfile"
    ],
    "store": [
      "dep:rusqlite"
    ],
    "telemetry": [
      "dep:serde_json"
    ]
  },
  "index_path": "ll/m-/llm-kernel",
  "name": "llm-kernel",
  "pubtime": "2026-06-06T17:43:51Z",
  "rust_version": "1.92",
  "v": 2,
  "vers": "0.2.3",
  "yanked": true
}
