{
  "cksum": "e63e4106feaa3fd1b3c9dd864ec26495dba6d3231adadf1717f67d6973e90e5e",
  "crate_file": "speechcore-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/speechcore/speechcore-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "whisper"
      ],
      "kind": "normal",
      "name": "ct2rs",
      "optional": true,
      "req": "^0.9.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.31",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hound",
      "optional": true,
      "req": "^3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ndarray",
      "optional": true,
      "req": "^0.16.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ndarray"
      ],
      "kind": "normal",
      "name": "ort",
      "optional": true,
      "req": "^2.0.0-rc.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "portaudio",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "stream",
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustfft",
      "optional": true,
      "req": "^6.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.218",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokenizers",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "fmt"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "whisper-rs",
      "optional": true,
      "req": "^0.15.1",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "std": [
      "std_detect"
    ],
    "std_detect": []
  },
  "features2": {
    "all-backends": [
      "backend-ctranslate2",
      "backend-moonshine",
      "backend-parakeet",
      "backend-nemotron",
      "backend-whisper-cpp"
    ],
    "audio-capture": [
      "dep:portaudio"
    ],
    "backend-ctranslate2": [
      "dep:ct2rs"
    ],
    "backend-moonshine": [
      "dep:ort",
      "dep:ndarray",
      "dep:serde_json",
      "dep:tokenizers"
    ],
    "backend-nemotron": [
      "dep:ort",
      "dep:ndarray",
      "dep:rustfft",
      "model-downloads"
    ],
    "backend-parakeet": [
      "dep:ort",
      "dep:ndarray",
      "dep:rustfft"
    ],
    "backend-whisper-cpp": [
      "dep:whisper-rs",
      "model-downloads"
    ],
    "model-downloads": [
      "dep:reqwest",
      "dep:futures-util"
    ],
    "ort-cpu": [
      "dep:ort"
    ],
    "ort-cuda": [
      "dep:ort",
      "ort/cuda"
    ],
    "ort-tensorrt": [
      "dep:ort",
      "ort/tensorrt"
    ],
    "runtime": [
      "audio-capture",
      "model-downloads",
      "vad-silero",
      "wav-output"
    ],
    "vad-silero": [
      "dep:ort",
      "dep:ndarray"
    ],
    "wav-output": [
      "dep:hound"
    ],
    "whisper-cpp-openblas": [
      "backend-whisper-cpp",
      "whisper-rs/openblas"
    ],
    "whisper-cpp-vulkan": [
      "backend-whisper-cpp",
      "whisper-rs/vulkan"
    ]
  },
  "index_path": "sp/ee/speechcore",
  "name": "speechcore",
  "pubtime": "2026-06-22T13:35:02Z",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
