{
  "cksum": "26842ff87ae6f10cf06e6efee844aebececfbf0776152a31d31d44aa45437fbd",
  "crate_file": "rlx-runtime-0.2.2.crate",
  "crate_url": "https://static.crates.io/crates/rlx-runtime/rlx-runtime-0.2.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "half",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-autodiff",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "training"
      ],
      "kind": "dev",
      "name": "rlx-compile",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-cpu",
      "optional": true,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-cuda",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-driver",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-gguf",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serialize"
      ],
      "kind": "normal",
      "name": "rlx-ir",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-linalg",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-macros",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-metal",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-mlx",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-opt",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-rocm",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu"
      ],
      "kind": "dev",
      "name": "rlx-sparse",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "test-support",
        "io"
      ],
      "kind": "dev",
      "name": "rlx-splat",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-tpu",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-wgpu",
      "optional": true,
      "req": "^0.2.3",
      "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": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "ane": [],
    "directx": [],
    "kernel-trace": [],
    "mock-requests": [],
    "nan-check": [],
    "opengl": [],
    "webgpu": []
  },
  "features2": {
    "apple": [
      "metal",
      "mlx",
      "gpu"
    ],
    "blas-accelerate": [
      "cpu"
    ],
    "blas-mkl": [
      "cpu"
    ],
    "blas-openblas": [
      "cpu"
    ],
    "cpu": [
      "dep:rlx-cpu",
      "rlx-cpu/splat"
    ],
    "cuda": [
      "dep:rlx-cuda",
      "rlx-cpu/splat"
    ],
    "default": [
      "cpu"
    ],
    "gpu": [
      "dep:rlx-wgpu",
      "rlx-wgpu/splat"
    ],
    "metal": [
      "dep:rlx-metal",
      "rlx-cpu/splat"
    ],
    "mlx": [
      "dep:rlx-mlx",
      "rlx-cpu/splat"
    ],
    "rocm": [
      "dep:rlx-rocm",
      "rlx-cpu/splat"
    ],
    "tpu": [
      "dep:rlx-tpu",
      "rlx-cpu/splat"
    ],
    "vulkan": [
      "gpu"
    ]
  },
  "index_path": "rl/x-/rlx-runtime",
  "name": "rlx-runtime",
  "pubtime": "2026-05-30T12:50:35Z",
  "rust_version": "1.87",
  "v": 2,
  "vers": "0.2.2",
  "yanked": false
}
