{
  "cksum": "a92e4ce073e2ff83bc3f1808a583128f3b7a1c62a99c022dbc8ab88dbf57ee86",
  "crate_file": "rlx-umap-0.2.4.crate",
  "crate_url": "https://static.crates.io/crates/rlx-umap/rlx-umap-0.2.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-channel",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ctrlc",
      "optional": true,
      "req": "^3.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "download"
      ],
      "kind": "dev",
      "name": "mnist",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-autodiff",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-autodiff",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-compile",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-compile",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-cpu",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-driver",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-driver",
      "optional": false,
      "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-ir",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-ir",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-metal",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-mlx",
      "optional": true,
      "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": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu"
      ],
      "kind": "dev",
      "name": "rlx-runtime",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "safetensors",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.10",
      "target": null
    }
  ],
  "features": {
    "nn-descent": [],
    "pca": []
  },
  "features2": {
    "all-backends": [
      "metal",
      "mlx",
      "gpu",
      "cuda",
      "rocm"
    ],
    "autodiff": [
      "cpu"
    ],
    "bench": [
      "graph",
      "dep:rlx-driver",
      "dep:rlx-runtime"
    ],
    "cpu": [
      "dep:rlx-ir"
    ],
    "cuda": [
      "cpu",
      "bench",
      "rlx-runtime/cuda"
    ],
    "default": [
      "cpu",
      "graph",
      "full",
      "pca",
      "nn-descent"
    ],
    "full": [
      "graph",
      "bench",
      "autodiff",
      "dep:rlx-autodiff",
      "dep:rlx-compile",
      "dep:serde",
      "dep:serde_json",
      "dep:rand",
      "dep:rayon",
      "dep:ctrlc",
      "dep:crossbeam-channel",
      "rlx-runtime/cpu",
      "pca",
      "nn-descent",
      "serde",
      "safetensors",
      "io-gguf"
    ],
    "gpu": [
      "cpu",
      "bench",
      "rlx-runtime/gpu"
    ],
    "graph": [
      "cpu"
    ],
    "io-gguf": [
      "dep:rlx-gguf"
    ],
    "metal": [
      "cpu",
      "bench",
      "dep:rlx-metal",
      "rlx-runtime/metal"
    ],
    "mlx": [
      "cpu",
      "bench",
      "dep:rlx-mlx",
      "rlx-runtime/mlx"
    ],
    "optim": [
      "dep:rlx-optim",
      "full"
    ],
    "rocm": [
      "cpu",
      "bench",
      "rlx-runtime/rocm"
    ],
    "safetensors": [
      "dep:safetensors"
    ],
    "serde": [
      "dep:serde"
    ]
  },
  "index_path": "rl/x-/rlx-umap",
  "name": "rlx-umap",
  "pubtime": "2026-06-09T05:00:42Z",
  "rust_version": "1.87",
  "v": 2,
  "vers": "0.2.4",
  "yanked": false
}
