{
  "cksum": "2f64a4fe2a0616d18f07d1d0d19c79e655e70e1828cbcb5e9df7b52211091023",
  "crate_file": "burn-store-0.21.0.crate",
  "crate_url": "https://static.crates.io/crates/burn-store/burn-store-0.21.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-core",
      "optional": false,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "default"
      ],
      "kind": "normal",
      "name": "burn-cuda",
      "optional": true,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "default"
      ],
      "kind": "dev",
      "name": "burn-flex",
      "optional": false,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "burn-nn",
      "optional": false,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "default"
      ],
      "kind": "normal",
      "name": "burn-tch",
      "optional": true,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn-tensor",
      "optional": false,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "default"
      ],
      "kind": "normal",
      "name": "burn-wgpu",
      "optional": true,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "byteorder",
      "optional": false,
      "req": "^1.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "extra-platforms"
      ],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.11.1",
      "target": "cfg(not(target_has_atomic = \"ptr\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ciborium",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "divan",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "num-traits",
        "serde"
      ],
      "kind": "normal",
      "name": "half",
      "optional": false,
      "req": "^2.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lzma-rust2",
      "optional": true,
      "req": "^0.16.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap2",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "perf",
        "unicode"
      ],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.12.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "safetensors",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "alloc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tar",
      "optional": true,
      "req": "^0.4.45",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.24.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "textdistance",
      "optional": false,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zip",
      "optional": true,
      "req": "^8.6.0",
      "target": null
    }
  ],
  "features": {
    "burnpack": [
      "serde",
      "ciborium"
    ],
    "cuda": [
      "burn-cuda"
    ],
    "metal": [
      "wgpu",
      "burn-wgpu/metal"
    ],
    "pytorch": [
      "burn-core/record-item-custom-serde",
      "zip",
      "serde",
      "tar"
    ],
    "tch": [
      "burn-tch"
    ],
    "wgpu": [
      "burn-wgpu"
    ]
  },
  "features2": {
    "default": [
      "std",
      "pytorch",
      "safetensors",
      "burnpack",
      "memmap"
    ],
    "memmap": [
      "std",
      "dep:memmap2"
    ],
    "safetensors": [
      "dep:safetensors"
    ],
    "std": [
      "dep:memmap2",
      "safetensors/std",
      "burn-core/std",
      "burn-tensor/std",
      "dep:regex",
      "byteorder/std"
    ],
    "tracing": [
      "burn-core/tracing",
      "burn-cuda?/tracing",
      "burn-nn/tracing",
      "burn-tch?/tracing",
      "burn-tensor/tracing",
      "burn-wgpu?/tracing"
    ]
  },
  "index_path": "bu/rn/burn-store",
  "name": "burn-store",
  "pubtime": "2026-05-07T20:50:38Z",
  "v": 2,
  "vers": "0.21.0",
  "yanked": false
}
