{
  "cksum": "4b8335aff8f835b9443dcec39000e303d8cbbab566cb776f7c5bb63eeb988c8e",
  "crate_file": "rlx-orpheus-0.2.11.crate",
  "crate_url": "https://static.crates.io/crates/rlx-orpheus/rlx-orpheus-0.2.11.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "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": "ndarray",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand_distr",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-cli",
      "optional": true,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rlx-cli",
      "optional": false,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-core",
      "optional": true,
      "package": "rlx-models-core",
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-gguf",
      "optional": true,
      "req": "=0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-ir",
      "optional": true,
      "req": "=0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-llama-base",
      "optional": true,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-llama32",
      "optional": true,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-qwen3",
      "optional": true,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlx-qwen35",
      "optional": true,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu"
      ],
      "kind": "normal",
      "name": "rlx-runtime",
      "optional": true,
      "req": "=0.2.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cpu"
      ],
      "kind": "dev",
      "name": "rlx-runtime",
      "optional": false,
      "req": "=0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokenizer"
      ],
      "kind": "dev",
      "name": "rlx-whisper",
      "optional": false,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "safetensors",
      "optional": false,
      "req": "^0.7",
      "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
    }
  ],
  "features": {
    "amd-gpu": [
      "rocm"
    ],
    "codec": [],
    "cuda": [
      "rlx-llama32/cuda"
    ],
    "nvidia-gpu": [
      "cuda"
    ],
    "rocm": [
      "rlx-llama32/rocm"
    ],
    "vulkan": [
      "rlx-llama32/vulkan"
    ]
  },
  "features2": {
    "all-backends": [
      "metal",
      "mlx",
      "cuda",
      "rocm",
      "gpu",
      "vulkan",
      "coreml"
    ],
    "apple-silicon": [
      "metal",
      "mlx",
      "gpu",
      "coreml"
    ],
    "coreml": [
      "snac-rlx",
      "rlx-runtime/coreml"
    ],
    "default": [
      "codec",
      "llama"
    ],
    "gpu": [
      "rlx-llama32/gpu",
      "snac-rlx"
    ],
    "hf-download": [
      "dep:hf-hub"
    ],
    "llama": [
      "dep:rlx-llama-base",
      "dep:rlx-llama32",
      "dep:rlx-gguf",
      "dep:rlx-qwen3",
      "dep:rlx-qwen35",
      "dep:rlx-runtime",
      "dep:rlx-core",
      "dep:rlx-cli",
      "rlx-llama32/tokenizer"
    ],
    "metal": [
      "rlx-llama32/metal",
      "snac-rlx"
    ],
    "mlx": [
      "rlx-llama32/mlx",
      "snac-rlx"
    ],
    "portable-gpu": [
      "gpu",
      "vulkan"
    ],
    "snac-rlx": [
      "codec",
      "dep:rlx-ir",
      "dep:rlx-runtime"
    ]
  },
  "index_path": "rl/x-/rlx-orpheus",
  "name": "rlx-orpheus",
  "pubtime": "2026-07-06T06:02:26Z",
  "rust_version": "1.87",
  "v": 2,
  "vers": "0.2.11",
  "yanked": false
}
