{
  "cksum": "69c092bdae04113a4c338390ce239e029413a0a300b240490e9c244fe7d735c5",
  "crate_file": "rlx-0.2.4.crate",
  "crate_url": "https://static.crates.io/crates/rlx/rlx-0.2.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-bench",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "rlx-cortexm",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-driver",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-fpga",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-gguf",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-gguf-convert",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-ir",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-linalg",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-macros",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-onnx",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-opt",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-optim",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rlx-runtime",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-sparse",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu",
        "core"
      ],
      "kind": "normal",
      "name": "rlx-splat",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu",
        "graph"
      ],
      "kind": "normal",
      "name": "rlx-umap",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    }
  ],
  "features": {
    "apple-silicon": [
      "cpu",
      "metal",
      "blas-accelerate"
    ],
    "blas-accelerate": [
      "rlx-runtime/blas-accelerate"
    ],
    "blas-mkl": [
      "rlx-runtime/blas-mkl"
    ],
    "blas-openblas": [
      "rlx-runtime/blas-openblas"
    ],
    "cpu": [
      "rlx-runtime/cpu"
    ],
    "cuda": [
      "rlx-runtime/cuda"
    ],
    "default": [
      "cpu"
    ],
    "gpu": [
      "rlx-runtime/gpu"
    ],
    "metal": [
      "rlx-runtime/metal"
    ],
    "mlx": [
      "rlx-runtime/mlx"
    ],
    "mlx-cuda": [
      "rlx-runtime/mlx-cuda"
    ],
    "nvidia": [
      "cpu",
      "cuda"
    ],
    "rocm": [
      "rlx-runtime/rocm"
    ],
    "tpu": [
      "rlx-runtime/tpu"
    ]
  },
  "features2": {
    "all-cpu": [
      "cpu",
      "gguf",
      "linalg"
    ],
    "bench": [
      "dep:rlx-bench"
    ],
    "cortexm": [
      "dep:rlx-cortexm"
    ],
    "edge": [
      "cpu",
      "cortexm"
    ],
    "fpga": [
      "dep:rlx-fpga"
    ],
    "gguf": [
      "dep:rlx-gguf"
    ],
    "gguf-convert": [
      "dep:rlx-gguf-convert",
      "dep:rlx-gguf"
    ],
    "linalg": [
      "dep:rlx-linalg"
    ],
    "onnx": [
      "dep:rlx-onnx",
      "rlx-onnx/native",
      "rlx-onnx/cuda",
      "rlx-onnx/metal",
      "rlx-onnx/mlx",
      "rlx-onnx/gpu",
      "rlx-onnx/rocm"
    ],
    "optim": [
      "dep:rlx-optim"
    ],
    "sparse": [
      "dep:rlx-sparse"
    ],
    "splat": [
      "dep:rlx-splat"
    ],
    "umap": [
      "dep:rlx-umap"
    ]
  },
  "index_path": "3/r/rlx",
  "name": "rlx",
  "pubtime": "2026-06-09T05:12:06Z",
  "rust_version": "1.87",
  "v": 2,
  "vers": "0.2.4",
  "yanked": false
}
