{
  "cksum": "fe483ad9d5f05d38534ee8b26067712aa94e66ef2222546658f4c639bee478aa",
  "crate_file": "rlx-kittentts-0.2.4.crate",
  "crate_url": "https://static.crates.io/crates/rlx-kittentts/rlx-kittentts-0.2.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "bundled-data-en"
      ],
      "kind": "normal",
      "name": "espeak-ng",
      "optional": true,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fancy-regex",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ureq"
      ],
      "kind": "normal",
      "name": "hf-hub",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hound",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kitten_tts_mini_rlx",
      "optional": true,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "pkg-config",
        "download-binaries",
        "tls-rustls"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": true,
      "req": "=2.0.0-rc.11",
      "target": "cfg(not(any(target_os = \"ios\", target_os = \"android\")))"
    },
    {
      "default_features": false,
      "features": [
        "std",
        "download-binaries",
        "tls-rustls",
        "copy-dylibs"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": true,
      "req": "=2.0.0-rc.11",
      "target": "cfg(target_os = \"android\")"
    },
    {
      "default_features": false,
      "features": [
        "std",
        "download-binaries",
        "tls-rustls"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": true,
      "req": "=2.0.0-rc.11",
      "target": "cfg(target_os = \"ios\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu"
      ],
      "kind": "normal",
      "name": "rlx",
      "optional": true,
      "req": "=0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-cli",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-ir",
      "optional": true,
      "req": "=0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu",
        "cpu"
      ],
      "kind": "normal",
      "name": "rlx-runtime",
      "optional": false,
      "req": "=0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "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": false,
      "features": [
        "deflate"
      ],
      "kind": "normal",
      "name": "zip",
      "optional": false,
      "req": "^2",
      "target": null
    }
  ],
  "features": {
    "ort-coreml": [
      "ort/coreml"
    ],
    "ort-cuda": [
      "ort/cuda"
    ],
    "ort-directml": [
      "ort/directml"
    ],
    "ort-rocm": [
      "ort/rocm"
    ]
  },
  "features2": {
    "all-backends": [
      "metal",
      "mlx",
      "cuda",
      "rocm",
      "gpu"
    ],
    "apple-silicon": [
      "metal",
      "mlx",
      "gpu"
    ],
    "cuda": [
      "rlx-runtime/cuda",
      "rlx?/cuda",
      "ort-cuda",
      "kitten_tts_mini_rlx?/cuda"
    ],
    "default": [
      "onnx",
      "rlx"
    ],
    "espeak": [
      "dep:espeak-ng",
      "dep:fancy-regex"
    ],
    "full": [
      "onnx",
      "native",
      "rlx",
      "all-backends"
    ],
    "gpu": [
      "rlx-runtime/gpu",
      "rlx?/gpu",
      "ort-directml",
      "ort-cuda",
      "ort-coreml",
      "kitten_tts_mini_rlx?/gpu"
    ],
    "hf-download": [
      "dep:hf-hub"
    ],
    "metal": [
      "rlx-runtime/metal",
      "rlx?/metal",
      "ort-coreml",
      "kitten_tts_mini_rlx?/metal"
    ],
    "mlx": [
      "rlx-runtime/mlx",
      "rlx?/mlx",
      "ort-coreml",
      "kitten_tts_mini_rlx?/mlx"
    ],
    "native": [
      "dep:kitten_tts_mini_rlx",
      "dep:rlx-ir",
      "kitten_tts_mini_rlx/cpu"
    ],
    "onnx": [
      "dep:ort"
    ],
    "rlx": [
      "dep:rlx",
      "rlx/cpu"
    ],
    "rocm": [
      "rlx-runtime/rocm",
      "rlx?/rocm",
      "ort-rocm"
    ]
  },
  "index_path": "rl/x-/rlx-kittentts",
  "name": "rlx-kittentts",
  "pubtime": "2026-06-09T21:46:01Z",
  "rust_version": "1.87",
  "v": 2,
  "vers": "0.2.4",
  "yanked": false
}
