{
  "cksum": "b31f44511adc92e1d68c16d10d40aec53df5aa2cecd4c0c47b209a5a450aadde",
  "crate_file": "burn_dragon_train-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/burn_dragon_train/burn_dragon_train-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "avirus",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "fusion",
        "ndarray",
        "std",
        "wgpu"
      ],
      "kind": "normal",
      "name": "burn",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "burn-autodiff",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "fusion"
      ],
      "kind": "normal",
      "name": "burn-cubecl",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "burn-cuda",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "burn-fusion",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "burn-ndarray",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "burn-ndarray",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tui"
      ],
      "kind": "normal",
      "name": "burn-train",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "fusion",
        "std"
      ],
      "kind": "normal",
      "name": "burn-wgpu",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn_dino",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "train"
      ],
      "kind": "normal",
      "name": "burn_dragon_core",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "burn_dragon_loss",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^4.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "cubecl",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "channel-mpsc",
        "std"
      ],
      "kind": "normal",
      "name": "cubecl-runtime",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "jpeg",
        "png"
      ],
      "kind": "normal",
      "name": "image",
      "optional": true,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "names",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "benchmark": [
      "burn/autotune",
      "burn/fusion"
    ],
    "cuda": [
      "burn-cuda"
    ],
    "default": []
  },
  "features2": {
    "cli": [
      "train",
      "dep:burn-autodiff",
      "dep:burn-ndarray",
      "dep:burn-train",
      "dep:clap",
      "dep:names"
    ],
    "integration_test": [
      "train"
    ],
    "train": [
      "burn/dataset",
      "dep:burn-autodiff",
      "dep:burn-ndarray",
      "dep:burn-train",
      "dep:names",
      "dep:toml",
      "dep:tracing",
      "dep:image",
      "dep:burn_dino"
    ]
  },
  "index_path": "bu/rn/burn_dragon_train",
  "name": "burn_dragon_train",
  "pubtime": "2026-01-20T03:09:49Z",
  "v": 2,
  "vers": "0.4.0",
  "yanked": false
}
