{
  "cksum": "2fadeeb2e26a088760d57571a09fa523af677eba2749f228d637a03e9140b66a",
  "crate_file": "evoc-0.0.1.crate",
  "crate_url": "https://static.crates.io/crates/evoc/evoc-0.0.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "approx",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "cc",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "svd",
        "evd"
      ],
      "kind": "normal",
      "name": "faer",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rayon"
      ],
      "kind": "normal",
      "name": "ndarray",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rayon"
      ],
      "kind": "dev",
      "name": "ndarray",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ndarray-npy",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "ndarray-npy",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand_chacha",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": false,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rlx",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-cpu",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustc-hash",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sprs",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tar",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "gzip",
        "tls"
      ],
      "kind": "normal",
      "name": "ureq",
      "optional": true,
      "req": "^2.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "deflate"
      ],
      "kind": "normal",
      "name": "zip",
      "optional": true,
      "req": "^2.2",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "bench-json": [
      "dep:serde_json"
    ],
    "cluster": [
      "embed"
    ],
    "datasets": [
      "npy",
      "dep:ureq",
      "dep:flate2",
      "dep:tar",
      "dep:zip"
    ],
    "default": [
      "full"
    ],
    "embed": [
      "init"
    ],
    "full": [
      "cluster",
      "npy",
      "datasets"
    ],
    "graph": [
      "knn"
    ],
    "init": [
      "graph"
    ],
    "knn": [
      "dep:rlx-cpu"
    ],
    "npy": [
      "dep:ndarray-npy"
    ],
    "rlx-all": [
      "rlx-cpu",
      "rlx-cuda",
      "rlx-mlx",
      "rlx-rocm",
      "rlx-wgpu"
    ],
    "rlx-cpu": [
      "cluster"
    ],
    "rlx-cuda": [
      "cluster",
      "dep:rlx",
      "rlx/cpu",
      "rlx/cuda"
    ],
    "rlx-mlx": [
      "cluster",
      "dep:rlx",
      "rlx/cpu",
      "rlx/mlx"
    ],
    "rlx-rocm": [
      "cluster",
      "dep:rlx",
      "rlx/cpu",
      "rlx/rocm"
    ],
    "rlx-wgpu": [
      "cluster",
      "dep:rlx",
      "rlx/cpu",
      "rlx/gpu"
    ],
    "rlx_metal": [
      "rlx-mlx"
    ]
  },
  "index_path": "ev/oc/evoc",
  "name": "evoc",
  "pubtime": "2026-05-29T06:42:34Z",
  "rust_version": "1.70",
  "v": 2,
  "vers": "0.0.1",
  "yanked": false
}
