{
  "cksum": "2491aa3090f682ddd920b184491844440fdd14379c7eef8f5bc10ef7fb3242fd",
  "crate_file": "glutin-0.32.0.crate",
  "crate_url": "https://static.crates.io/crates/glutin/glutin-0.32.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "cfg_aliases",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cgl",
      "optional": false,
      "req": "^0.3.2",
      "target": "cfg(any(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "core-foundation",
      "optional": false,
      "req": "^0.9.3",
      "target": "cfg(any(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dispatch",
      "optional": false,
      "req": "^0.2.0",
      "target": "cfg(any(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glutin_egl_sys",
      "optional": false,
      "req": "^0.7.0",
      "target": "cfg(target_os = \"android\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glutin_egl_sys",
      "optional": true,
      "req": "^0.7.0",
      "target": "cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glutin_egl_sys",
      "optional": true,
      "req": "^0.7.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glutin_glx_sys",
      "optional": true,
      "req": "^0.6.0",
      "target": "cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glutin_wgl_sys",
      "optional": true,
      "req": "^0.6.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libloading",
      "optional": true,
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "objc2",
      "optional": false,
      "req": "^0.5.1",
      "target": "cfg(any(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [
        "NSResponder",
        "NSView",
        "NSWindow",
        "NSOpenGL"
      ],
      "kind": "normal",
      "name": "objc2-app-kit",
      "optional": false,
      "req": "^0.2.0",
      "target": "cfg(any(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [
        "dispatch",
        "NSArray",
        "NSThread"
      ],
      "kind": "normal",
      "name": "objc2-foundation",
      "optional": false,
      "req": "^0.2.0",
      "target": "cfg(any(target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "raw-window-handle",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "egl",
        "client",
        "dlopen"
      ],
      "kind": "normal",
      "name": "wayland-sys",
      "optional": true,
      "req": "^0.31.1",
      "target": "cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))"
    },
    {
      "default_features": true,
      "features": [
        "Win32_Foundation",
        "Win32_Graphics_Gdi",
        "Win32_Graphics_OpenGL",
        "Win32_System_LibraryLoader",
        "Win32_UI_WindowsAndMessaging"
      ],
      "kind": "normal",
      "name": "windows-sys",
      "optional": true,
      "req": "^0.52",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "x11-dl",
      "optional": true,
      "req": "^2.20.0",
      "target": "cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))"
    }
  ],
  "features": {
    "default": [
      "egl",
      "glx",
      "x11",
      "wayland",
      "wgl"
    ],
    "egl": [
      "glutin_egl_sys",
      "libloading"
    ],
    "glx": [
      "x11",
      "glutin_glx_sys",
      "libloading"
    ],
    "wayland": [
      "wayland-sys",
      "egl"
    ],
    "wgl": [
      "glutin_wgl_sys",
      "windows-sys"
    ],
    "x11": [
      "x11-dl"
    ]
  },
  "index_path": "gl/ut/glutin",
  "name": "glutin",
  "pubtime": "2024-06-08T10:30:48Z",
  "rust_version": "1.70.0",
  "vers": "0.32.0",
  "yanked": false
}
