{
  "cksum": "e25109f79e98083d0e05992fb7dbb6408c97340dd757615fe7ad35117ab66554",
  "crate_file": "scribble-0.5.4.crate",
  "crate_url": "https://static.crates.io/crates/scribble/scribble-0.5.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "audioadapter",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "audioadapter-buffers",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "multipart"
      ],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^4.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hound",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indicatif",
      "optional": true,
      "req": "^0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prometheus",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "blocking",
        "rustls"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.13.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rubato",
      "optional": false,
      "req": "^1.0.1",
      "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"
      ],
      "kind": "normal",
      "name": "symphonia",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "macros",
        "io-util",
        "net",
        "sync",
        "signal"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "io",
        "io-util"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "trace",
        "timeout"
      ],
      "kind": "normal",
      "name": "tower-http",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "json"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "whisper-rs",
      "optional": false,
      "req": "^0.15",
      "target": null
    }
  ],
  "features": {
    "coreml": [
      "whisper-rs/coreml"
    ],
    "cuda": [
      "whisper-rs/cuda"
    ],
    "default": [],
    "hipblas": [
      "whisper-rs/hipblas"
    ],
    "metal": [
      "whisper-rs/metal"
    ],
    "vulkan": [
      "whisper-rs/vulkan"
    ]
  },
  "features2": {
    "bin-model-downloader": [
      "cli",
      "dep:indicatif",
      "dep:reqwest"
    ],
    "bin-scribble-cli": [
      "cli",
      "logging"
    ],
    "bin-scribble-server": [
      "cli",
      "logging",
      "dep:axum",
      "dep:futures-util",
      "dep:prometheus",
      "dep:tokio",
      "dep:tokio-util",
      "dep:tower-http"
    ],
    "cli": [
      "dep:clap"
    ],
    "logging": [
      "dep:tracing-subscriber"
    ]
  },
  "index_path": "sc/ri/scribble",
  "name": "scribble",
  "pubtime": "2026-02-27T06:15:30Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.5.4",
  "yanked": false
}
