{
  "cksum": "752e898584d2122b4557515dc6ed508791fb6ce5ba1368dd2c650d4182be4139",
  "crate_file": "burn-ndarray-0.20.0-pre.3.crate",
  "crate_url": "https://static.crates.io/crates/burn-ndarray/burn-ndarray-0.20.0-pre.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atomic_float",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blas-src",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-autodiff",
      "optional": true,
      "req": "=0.20.0-pre.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "export_tests"
      ],
      "kind": "dev",
      "name": "burn-autodiff",
      "optional": false,
      "req": "=0.20.0-pre.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-common",
      "optional": false,
      "req": "=0.20.0-pre.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-ir",
      "optional": false,
      "req": "=0.20.0-pre.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-tensor",
      "optional": false,
      "req": "=0.20.0-pre.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "export_tests"
      ],
      "kind": "dev",
      "name": "burn-tensor",
      "optional": false,
      "req": "=0.20.0-pre.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.24.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "const-random",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "derive-new",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libm",
      "optional": false,
      "req": "^0.2.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "macerator",
      "optional": true,
      "req": "^0.2.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "matrixmultiply",
      "optional": false,
      "req": "^0.3.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": false,
      "req": "^0.17.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "libm"
      ],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "openblas-src",
      "optional": true,
      "req": "^0.10.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "paste",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "portable-atomic-util",
      "optional": false,
      "req": "^0.2.4",
      "target": "cfg(not(target_has_atomic = \"ptr\"))"
    },
    {
      "default_features": false,
      "features": [
        "small_rng"
      ],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "seq-macro",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "mutex",
        "spin_mutex",
        "portable-atomic"
      ],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    }
  ],
  "features": {
    "blas-accelerate": [
      "blas-src/accelerate",
      "ndarray/blas"
    ],
    "blas-netlib": [
      "blas-src/netlib",
      "ndarray/blas"
    ],
    "blas-openblas": [
      "blas-src/openblas",
      "ndarray/blas",
      "openblas-src"
    ],
    "blas-openblas-system": [
      "blas-src/openblas",
      "ndarray/blas",
      "openblas-src/system"
    ],
    "default": [
      "std",
      "simd",
      "multi-threads"
    ],
    "doc": [
      "default"
    ],
    "export_tests": [],
    "multi-threads": [
      "ndarray/rayon",
      "burn-common/rayon",
      "matrixmultiply/threading"
    ],
    "simd": [
      "macerator",
      "bytemuck",
      "seq-macro",
      "itertools"
    ],
    "std": [
      "burn-autodiff",
      "burn-common/std",
      "burn-tensor/std",
      "burn-ir/std",
      "ndarray/std",
      "matrixmultiply/std",
      "rand/std",
      "rand/std_rng",
      "num-traits/std",
      "macerator/std"
    ]
  },
  "index_path": "bu/rn/burn-ndarray",
  "name": "burn-ndarray",
  "pubtime": "2025-11-24T16:49:03Z",
  "vers": "0.20.0-pre.3",
  "yanked": false
}
