{
  "cksum": "dbfad81efcfe4d1e1aae86ee70d36f6e166850156b8e4fd8b7a7b43fdd6968ab",
  "crate_file": "mirui-0.28.3.crate",
  "crate_url": "https://static.crates.io/crates/mirui/mirui-0.28.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "critical-section",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "drm",
      "optional": true,
      "req": "^0.14",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "drm-ffi",
      "optional": true,
      "req": "^0.9",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "evdev",
      "optional": true,
      "req": "^0.13",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": false,
      "features": [
        "default-hasher"
      ],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.99",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lyon",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap2",
      "optional": true,
      "req": "^0.9",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mirui-macros",
      "optional": false,
      "req": "^0.28.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pollster",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sdl2",
      "optional": true,
      "req": "^0.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sdl2-sys",
      "optional": true,
      "req": "^0.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signal-hook",
      "optional": true,
      "req": "^0.3",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "trybuild",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2.122",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-futures",
      "optional": true,
      "req": "^0.4.72",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [
        "Window",
        "Document",
        "Element",
        "HtmlElement",
        "HtmlCanvasElement",
        "CanvasRenderingContext2d",
        "CssStyleDeclaration",
        "DomMatrix",
        "OffscreenCanvas",
        "OffscreenCanvasRenderingContext2d",
        "ImageData",
        "Path2d",
        "MouseEvent",
        "PointerEvent",
        "WheelEvent",
        "KeyboardEvent",
        "TouchEvent",
        "Touch",
        "TouchList",
        "DomRect",
        "EventTarget",
        "Event",
        "console"
      ],
      "kind": "normal",
      "name": "web-sys",
      "optional": true,
      "req": "^0.3.99",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "web-time",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wgpu",
      "optional": true,
      "req": "^29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "winit",
      "optional": true,
      "req": "^0.30",
      "target": null
    }
  ],
  "features": {
    "default": [
      "quad-aa"
    ],
    "gallery": [],
    "perf": [],
    "quad-aa": [],
    "sync-cache": []
  },
  "features2": {
    "linux-drm": [
      "dep:drm",
      "dep:drm-ffi",
      "dep:evdev",
      "dep:libc",
      "dep:signal-hook",
      "std"
    ],
    "linux-fb": [
      "dep:memmap2",
      "dep:evdev",
      "dep:libc",
      "dep:signal-hook",
      "std"
    ],
    "nuttx": [
      "dep:libc",
      "std"
    ],
    "sdl": [
      "dep:sdl2",
      "std"
    ],
    "sdl-gpu": [
      "sdl",
      "dep:sdl2-sys",
      "dep:lyon"
    ],
    "std": [
      "critical-section/std",
      "dep:web-time"
    ],
    "web-canvas": [
      "dep:web-sys",
      "dep:js-sys",
      "dep:wasm-bindgen",
      "dep:wasm-bindgen-futures",
      "std"
    ],
    "wgpu": [
      "dep:wgpu",
      "dep:winit",
      "dep:bytemuck",
      "dep:lyon",
      "dep:pollster",
      "std"
    ]
  },
  "index_path": "mi/ru/mirui",
  "name": "mirui",
  "pubtime": "2026-06-11T13:29:21Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.28.3",
  "yanked": false
}
