{
  "cksum": "3d12cceef3a94305ad709fe66360591637d86049f3594c110b08f81750169f4f",
  "crate_file": "pmetal-0.3.9.crate",
  "crate_url": "https://static.crates.io/crates/pmetal/pmetal-0.3.9.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "safetensors"
      ],
      "kind": "normal",
      "name": "mlx-rs",
      "optional": true,
      "package": "pmetal-mlx-rs",
      "req": "^0.25.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pmetal-core",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-data",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-distill",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-distributed",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-gguf",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-hub",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-lora",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-merge",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pmetal-metal",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-mhc",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-mlx",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-models",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-trainer",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pmetal-vocoder",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.50",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "ane": [
      "metal",
      "pmetal-metal/ane",
      "pmetal-core/ane"
    ],
    "core": [
      "dep:pmetal-core"
    ],
    "data": [
      "dep:pmetal-data",
      "core",
      "mlx"
    ],
    "default": [
      "core",
      "gguf",
      "metal",
      "hub",
      "mlx",
      "models",
      "lora",
      "trainer",
      "easy",
      "ane"
    ],
    "distill": [
      "dep:pmetal-distill",
      "core",
      "mlx",
      "metal"
    ],
    "distributed": [
      "dep:pmetal-distributed"
    ],
    "easy": [
      "trainer",
      "hub",
      "data",
      "models",
      "lora",
      "dep:tokio"
    ],
    "full": [
      "core",
      "gguf",
      "metal",
      "hub",
      "distributed",
      "mhc",
      "mlx",
      "models",
      "lora",
      "data",
      "trainer",
      "distill",
      "merge",
      "vocoder",
      "easy",
      "ane"
    ],
    "gguf": [
      "dep:pmetal-gguf",
      "core"
    ],
    "hub": [
      "dep:pmetal-hub",
      "core"
    ],
    "lora": [
      "dep:pmetal-lora",
      "core",
      "gguf",
      "metal",
      "mlx",
      "models"
    ],
    "lora-metal-fused": [
      "lora",
      "pmetal-lora/metal-fused"
    ],
    "merge": [
      "dep:pmetal-merge",
      "core",
      "mlx"
    ],
    "metal": [
      "dep:pmetal-metal",
      "core"
    ],
    "mhc": [
      "dep:pmetal-mhc",
      "core",
      "metal"
    ],
    "mlx": [
      "dep:pmetal-mlx",
      "dep:mlx-rs",
      "core",
      "metal"
    ],
    "models": [
      "dep:pmetal-models",
      "core",
      "gguf",
      "metal",
      "mlx"
    ],
    "trainer": [
      "dep:pmetal-trainer",
      "core",
      "mlx",
      "metal",
      "lora",
      "models",
      "data",
      "distill"
    ],
    "vocoder": [
      "dep:pmetal-vocoder",
      "core",
      "mlx"
    ]
  },
  "index_path": "pm/et/pmetal",
  "name": "pmetal",
  "pubtime": "2026-03-18T13:29:23Z",
  "rust_version": "1.86",
  "v": 2,
  "vers": "0.3.9",
  "yanked": true
}
