{
  "cksum": "b773e69621f834980d4352748f8c025a26325d7cc41c9f1375b91aba51dda173",
  "crate_file": "oxicuda-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/oxicuda/oxicuda-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "num-traits",
        "bytemuck"
      ],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.98",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-autotune",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-backend",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-blas",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-dnn",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-driver",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-fft",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-launch",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-levelzero",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-memory",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-metal",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-primitives",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-ptx",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-rand",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-rocm",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-solver",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-sparse",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-vulkan",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxicuda-webgpu",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2.121",
      "target": null
    }
  ],
  "features": {
    "backend": [],
    "default": [
      "driver",
      "memory",
      "launch"
    ],
    "driver": [],
    "gpu-tests": [
      "oxicuda-driver/gpu-tests"
    ],
    "launch": [],
    "memory": [],
    "onnx-backend": [],
    "pool": [
      "oxicuda-memory/pool"
    ],
    "tensor-backend": [],
    "transformer-backend": []
  },
  "features2": {
    "autotune": [
      "dep:oxicuda-autotune",
      "ptx"
    ],
    "blas": [
      "dep:oxicuda-blas"
    ],
    "dnn": [
      "dep:oxicuda-dnn",
      "blas"
    ],
    "fft": [
      "dep:oxicuda-fft"
    ],
    "full": [
      "backend",
      "ptx",
      "autotune",
      "blas",
      "dnn",
      "fft",
      "sparse",
      "solver",
      "rand",
      "primitives",
      "pool",
      "onnx-backend",
      "tensor-backend",
      "transformer-backend",
      "vulkan",
      "metal",
      "webgpu",
      "rocm",
      "level-zero",
      "wasm-backend"
    ],
    "level-zero": [
      "dep:oxicuda-levelzero"
    ],
    "metal": [
      "dep:oxicuda-metal"
    ],
    "primitives": [
      "dep:oxicuda-primitives"
    ],
    "ptx": [
      "dep:oxicuda-ptx"
    ],
    "rand": [
      "dep:oxicuda-rand"
    ],
    "rocm": [
      "dep:oxicuda-rocm"
    ],
    "solver": [
      "dep:oxicuda-solver"
    ],
    "sparse": [
      "dep:oxicuda-sparse"
    ],
    "vulkan": [
      "dep:oxicuda-vulkan"
    ],
    "wasm-backend": [
      "dep:oxicuda-webgpu",
      "dep:wasm-bindgen",
      "dep:js-sys"
    ],
    "webgpu": [
      "dep:oxicuda-webgpu"
    ]
  },
  "index_path": "ox/ic/oxicuda",
  "name": "oxicuda",
  "pubtime": "2026-06-16T17:18:02Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
