{
  "cksum": "dfbdead9078ea1540d4aeeb011997486229833737cf28f7b9dc51ba996ef013f",
  "crate_file": "anyrender_skia-0.6.0.crate",
  "crate_url": "https://static.crates.io/crates/anyrender_skia/anyrender_skia-0.6.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyrender",
      "optional": false,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ash",
      "optional": false,
      "req": "^0.38.0",
      "target": "cfg(not(any(target_os = \"macos\", target_os = \"ios\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ash-window",
      "optional": false,
      "req": "^0.13.0",
      "target": "cfg(not(any(target_os = \"macos\", target_os = \"ios\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "debug_timer",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gl",
      "optional": false,
      "req": "^0.14.0",
      "target": "cfg(not(any(target_os = \"macos\", target_os = \"ios\")))"
    },
    {
      "default_features": true,
      "features": [
        "default",
        "wgl",
        "egl"
      ],
      "kind": "normal",
      "name": "glutin",
      "optional": false,
      "req": "^0.32.3",
      "target": "cfg(not(any(target_os = \"macos\", target_os = \"ios\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.16.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kurbo",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oaty",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "objc2",
      "optional": false,
      "req": "^0.6.3",
      "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
    },
    {
      "default_features": false,
      "features": [
        "objc2-quartz-core",
        "NSView",
        "NSResponder"
      ],
      "kind": "normal",
      "name": "objc2-app-kit",
      "optional": false,
      "req": "^0.3.2",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "objc2-core-foundation",
      "optional": false,
      "req": "^0.3.2",
      "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
    },
    {
      "default_features": false,
      "features": [
        "MTLCommandBuffer",
        "MTLCommandQueue",
        "MTLDrawable",
        "MTLPixelFormat"
      ],
      "kind": "normal",
      "name": "objc2-metal",
      "optional": false,
      "req": "^0.3.2",
      "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
    },
    {
      "default_features": false,
      "features": [
        "objc2-core-foundation",
        "objc2-metal",
        "CAMetalLayer"
      ],
      "kind": "normal",
      "name": "objc2-quartz-core",
      "optional": false,
      "req": "^0.3.2",
      "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
    },
    {
      "default_features": false,
      "features": [
        "objc2-quartz-core",
        "UIView",
        "UIResponder"
      ],
      "kind": "normal",
      "name": "objc2-ui-kit",
      "optional": false,
      "req": "^0.3.2",
      "target": "cfg(target_os = \"ios\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "peniko",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pixels_window_renderer",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "raw-window-handle",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "gl",
        "pdf",
        "textlayout"
      ],
      "kind": "normal",
      "name": "skia-safe",
      "optional": false,
      "req": "^0.93.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "metal"
      ],
      "kind": "normal",
      "name": "skia-safe",
      "optional": false,
      "req": "^0.93.1",
      "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "softbuffer_window_renderer",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    }
  ],
  "features": {
    "vulkan": [
      "skia-safe/vulkan"
    ]
  },
  "features2": {
    "log_frame_times": [
      "debug_timer/enable",
      "pixels_window_renderer?/log_frame_times",
      "softbuffer_window_renderer?/log_frame_times"
    ],
    "pixels_window_renderer": [
      "dep:pixels_window_renderer"
    ],
    "softbuffer_window_renderer": [
      "dep:softbuffer_window_renderer"
    ]
  },
  "index_path": "an/yr/anyrender_skia",
  "name": "anyrender_skia",
  "pubtime": "2026-05-10T21:27:04Z",
  "v": 2,
  "vers": "0.6.0",
  "yanked": false
}
