{
  "cksum": "96be578991cecef163e41a73bf985d8d7eb7fb8ef7bececf8d48523c481ecddf",
  "crate_file": "burn-ndarray-0.20.1.crate",
  "crate_url": "https://static.crates.io/crates/burn-ndarray/burn-ndarray-0.20.1.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.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-backend",
      "optional": false,
      "req": "^0.20.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-ir",
      "optional": false,
      "req": "^0.20.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-std",
      "optional": false,
      "req": "^0.20.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.24.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "bytes",
      "optional": false,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "const-random",
      "optional": false,
      "req": "^0.1",
      "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.2",
      "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": [],
      "kind": "normal",
      "name": "portable-atomic",
      "optional": false,
      "req": "^1.13.0",
      "target": "cfg(not(target_has_atomic = \"ptr\"))"
    },
    {
      "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": "rayon",
      "optional": true,
      "req": "^1.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "seq-macro",
      "optional": true,
      "req": "^0.3",
      "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": [
      "rayon",
      "ndarray/rayon",
      "matrixmultiply/threading"
    ],
    "simd": [
      "macerator",
      "bytemuck",
      "seq-macro",
      "itertools"
    ],
    "std": [
      "burn-autodiff",
      "burn-std/std",
      "burn-backend/std",
      "burn-ir/std",
      "ndarray/std",
      "matrixmultiply/std",
      "rand/std",
      "rand/std_rng",
      "num-traits/std",
      "macerator/std"
    ]
  },
  "features2": {
    "tracing": [
      "burn-autodiff?/tracing",
      "burn-std/tracing",
      "burn-backend/tracing",
      "burn-ir/tracing"
    ]
  },
  "index_path": "bu/rn/burn-ndarray",
  "name": "burn-ndarray",
  "pubtime": "2026-01-23T17:24:48Z",
  "v": 2,
  "vers": "0.20.1",
  "yanked": false
}
