{
  "cksum": "59df8484def638f52b95a115a91b9c4b591e33546df88bfe2cfebf2135b7670b",
  "crate_file": "ass-renderer-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/ass-renderer/ass-renderer-0.1.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ahash",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ass-core",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bumpalo",
      "optional": true,
      "req": "^3.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fontdb",
      "optional": false,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "image",
      "optional": true,
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "pkg-config",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(not(windows))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pollster",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustybuzz",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "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": "smallvec",
      "optional": false,
      "req": "^1.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tiny-skia",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ttf-parser",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "vcpkg",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wgpu",
      "optional": true,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wide",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "winit",
      "optional": true,
      "req": "^0.29",
      "target": null
    }
  ],
  "features": {
    "analysis-integration": [
      "ass-core/analysis"
    ],
    "arena": [
      "bumpalo",
      "ass-core/arena"
    ],
    "backend-metrics": [],
    "backend-probing": [],
    "benches": [],
    "gpu": [
      "wgpu",
      "pollster",
      "bytemuck",
      "software-backend"
    ],
    "libass-compare": [],
    "minimal": [
      "nostd",
      "analysis-integration"
    ],
    "nostd": [
      "ass-core/nostd"
    ],
    "plugins": [],
    "software-backend": [
      "rayon"
    ],
    "unicode-wrap": [
      "ass-core/unicode-wrap"
    ]
  },
  "features2": {
    "default": [
      "analysis-integration",
      "software-backend",
      "backend-probing",
      "simd",
      "image",
      "serde"
    ],
    "docs": [
      "full",
      "gpu",
      "unicode-wrap",
      "plugins",
      "benches"
    ],
    "full": [
      "analysis-integration",
      "software-backend",
      "backend-probing",
      "simd",
      "image",
      "serde"
    ],
    "image": [
      "dep:image"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_json",
      "ass-core/serde"
    ],
    "simd": [
      "ass-core/simd",
      "tiny-skia/simd",
      "dep:wide"
    ],
    "window": [
      "gpu",
      "dep:winit"
    ]
  },
  "index_path": "as/s-/ass-renderer",
  "name": "ass-renderer",
  "pubtime": "2026-07-04T12:13:50Z",
  "rust_version": "1.82",
  "v": 2,
  "vers": "0.1.2",
  "yanked": false
}
