{
  "cksum": "e6089a87d4646d62b56b527f09120ec11fdd699cce773c93d029ef3f7751911e",
  "crate_file": "burn-cubecl-0.19.0.crate",
  "crate_url": "https://static.crates.io/crates/burn-cubecl/burn-cubecl-0.19.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-autodiff",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "burn-common",
      "optional": false,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-cubecl-fusion",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-fusion",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-ir",
      "optional": false,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "export_tests"
      ],
      "kind": "normal",
      "name": "burn-ndarray",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cubecl"
      ],
      "kind": "normal",
      "name": "burn-tensor",
      "optional": false,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "burn-tensor-testgen",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": false,
      "req": "^1.24.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "matmul",
        "convolution",
        "reduce",
        "random",
        "stdlib"
      ],
      "kind": "normal",
      "name": "cubecl",
      "optional": false,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "kernels"
      ],
      "kind": "normal",
      "name": "cubecl-quant",
      "optional": false,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "derive-new",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-lite",
      "optional": false,
      "req": "^2.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "num-traits",
        "serde",
        "bytemuck"
      ],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.15.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.28",
      "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": "paste",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "alloc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serial_test",
      "optional": true,
      "req": "^3.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "mutex",
        "spin_mutex",
        "portable-atomic"
      ],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "struct_context"
      ],
      "kind": "normal",
      "name": "text_placeholder",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    }
  ],
  "features": {
    "export_tests": [
      "burn-tensor-testgen",
      "serial_test",
      "burn-autodiff/export_tests",
      "burn-tensor/export_tests",
      "burn-ndarray",
      "fusion",
      "paste"
    ],
    "fusion": [
      "burn-fusion",
      "burn-cubecl-fusion"
    ],
    "fusion-experimental": [
      "fusion"
    ],
    "template": []
  },
  "features2": {
    "autotune": [
      "burn-cubecl-fusion?/autotune"
    ],
    "autotune-checks": [
      "autotune",
      "cubecl/autotune-checks",
      "burn-cubecl-fusion?/autotune-checks"
    ],
    "default": [
      "autotune",
      "std",
      "fusion",
      "cubecl/default",
      "burn-fusion?/default",
      "burn-cubecl-fusion?/default"
    ],
    "doc": [
      "default"
    ],
    "memory-checks": [
      "burn-fusion?/memory-checks"
    ],
    "std": [
      "cubecl/std",
      "burn-tensor/std",
      "burn-fusion?/std",
      "burn-cubecl-fusion?/std"
    ]
  },
  "index_path": "bu/rn/burn-cubecl",
  "name": "burn-cubecl",
  "pubtime": "2025-10-28T15:57:33Z",
  "v": 2,
  "vers": "0.19.0",
  "yanked": false
}
