{
  "cksum": "77a561fdffbf2d6df8e5f63ed05df273a33006672ea443458806dc274f8e7c34",
  "crate_file": "kapsl-backends-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/kapsl-backends/kapsl-backends-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-stream",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.89",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cublas"
      ],
      "kind": "normal",
      "name": "cudarc",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kapsl-core",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kapsl-engine-api",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kapsl-hal",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kapsl-kernels",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "gguf"
      ],
      "kind": "normal",
      "name": "kapsl-llm",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kapsl-loader",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cuda"
      ],
      "kind": "normal",
      "name": "llama-cpp-2",
      "optional": true,
      "req": "^0.1",
      "target": "cfg(not(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [
        "metal"
      ],
      "kind": "normal",
      "name": "llama-cpp-2",
      "optional": true,
      "req": "^0.1",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": false,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "download-binaries",
        "cuda",
        "tensorrt",
        "coreml",
        "openvino",
        "half",
        "ndarray"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": false,
      "req": "=2.0.0-rc.11",
      "target": "cfg(not(windows))"
    },
    {
      "default_features": true,
      "features": [
        "download-binaries",
        "directml",
        "cuda",
        "tensorrt",
        "coreml",
        "openvino",
        "half",
        "ndarray"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": false,
      "req": "=2.0.0-rc.11",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sync",
        "rt",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "gguf-cuda": [
      "kapsl-llm/gguf-cuda"
    ],
    "gguf-cuda-shared-kv": [
      "kapsl-llm/gguf-cuda-shared-kv",
      "kapsl-hal/cuda",
      "onnx-cuda-pool"
    ],
    "onnx-cuda-pool": [
      "kapsl-hal/cuda"
    ]
  },
  "features2": {
    "gguf-native": [
      "dep:kapsl-kernels",
      "dep:kapsl-loader",
      "dep:cudarc",
      "cudarc/cuda-version-from-build-system",
      "kapsl-kernels/cuda",
      "kapsl-hal/cuda",
      "kapsl-hal/cublas",
      "dep:llama-cpp-2"
    ],
    "native": [
      "dep:kapsl-kernels",
      "dep:kapsl-loader",
      "dep:cudarc",
      "cudarc/cuda-version-from-build-system",
      "kapsl-kernels/cuda",
      "kapsl-hal/cuda",
      "kapsl-hal/cublas"
    ]
  },
  "index_path": "ka/ps/kapsl-backends",
  "name": "kapsl-backends",
  "pubtime": "2026-06-23T12:03:58Z",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
