{
  "cksum": "098871f309ffa84eb8eb9c958daf9bf3ea6ac030ca12df183f19552f6691fefd",
  "crate_file": "qwen_tts-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/qwen_tts/qwen_tts-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "accelerate-src",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bindgen_cuda",
      "optional": true,
      "req": "^0.1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "bytemuck",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "candle-core",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "candle-flash-attn",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "candle-nn",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "candle-transformers",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cudarc",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "float8",
      "optional": false,
      "req": "=0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "half",
      "optional": true,
      "req": "^2.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hf-hub",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hound",
      "optional": false,
      "req": "^3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "intel-mkl-src",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_mt",
      "optional": false,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "blocking"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rubato",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustfft",
      "optional": false,
      "req": "^6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "safetensors",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all-codecs",
        "all-formats"
      ],
      "kind": "normal",
      "name": "symphonia",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokenizers",
      "optional": false,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    }
  ],
  "features": {
    "cudnn": [
      "candle-core/cudnn",
      "candle-nn/cudnn",
      "candle-transformers/cudnn"
    ],
    "default": [],
    "integration-tests": [],
    "metal": [
      "candle-core/metal",
      "candle-nn/metal",
      "candle-transformers/metal"
    ],
    "test-all": [
      "integration-tests"
    ],
    "timing": []
  },
  "features2": {
    "accelerate": [
      "dep:accelerate-src",
      "candle-core/accelerate",
      "candle-nn/accelerate",
      "candle-transformers/accelerate"
    ],
    "audio-loading": [
      "dep:symphonia",
      "dep:rubato",
      "dep:base64",
      "dep:reqwest"
    ],
    "cuda": [
      "candle-core/cuda",
      "candle-nn/cuda",
      "candle-transformers/cuda",
      "dep:bindgen_cuda"
    ],
    "cudarc": [
      "dep:cudarc"
    ],
    "flash-attn": [
      "cuda",
      "candle-transformers/flash-attn",
      "dep:candle-flash-attn"
    ],
    "mkl": [
      "dep:intel-mkl-src",
      "candle-core/mkl",
      "candle-nn/mkl",
      "candle-transformers/mkl"
    ],
    "nccl": [
      "cuda",
      "cudarc/nccl",
      "dep:half"
    ],
    "test-all-cuda": [
      "test-all",
      "cuda",
      "audio-loading"
    ],
    "test-all-macos": [
      "test-all",
      "metal",
      "audio-loading"
    ]
  },
  "index_path": "qw/en/qwen_tts",
  "name": "qwen_tts",
  "pubtime": "2026-01-29T08:26:25Z",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
