{
  "cksum": "2be969695b60672ea8b3f29d77a1bccc3d1f3dacb21712c2b3772a9dc2948c05",
  "crate_file": "ply-engine-1.1.0.crate",
  "crate_url": "https://static.crates.io/crates/ply-engine/ply-engine-1.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "accesskit",
      "optional": true,
      "req": "^0.24",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [
        "embedded-dex"
      ],
      "kind": "normal",
      "name": "accesskit_android",
      "optional": true,
      "req": "^0.7",
      "target": "cfg(target_os = \"android\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "accesskit_macos",
      "optional": true,
      "req": "^0.25",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "accesskit_unix",
      "optional": true,
      "req": "^0.20",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "accesskit_windows",
      "optional": true,
      "req": "^0.32",
      "target": "cfg(target_os = \"windows\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kurbo",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lyon",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "macroquad",
      "optional": false,
      "package": "macroquad-ply",
      "req": "^0.4.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "xdg-portal"
      ],
      "kind": "normal",
      "name": "rfd",
      "optional": true,
      "req": "^0.17.2",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rfd",
      "optional": true,
      "req": "^0.17.2",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rfd",
      "optional": true,
      "req": "^0.17.2",
      "target": "cfg(target_os = \"windows\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustc-hash",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sapp-jsutils",
      "optional": true,
      "req": "^0.1",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "glsl"
      ],
      "kind": "normal",
      "name": "spirv-cross2",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tinyvg",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rt-multi-thread",
        "time",
        "net",
        "sync",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [
        "rustls-tls-webpki-roots",
        "handshake",
        "connect"
      ],
      "kind": "normal",
      "name": "tokio-tungstenite",
      "optional": true,
      "req": "^0.28",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [
        "rustls"
      ],
      "kind": "normal",
      "name": "ureq",
      "optional": true,
      "req": "^3",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    }
  ],
  "features": {
    "audio": [
      "macroquad/audio"
    ],
    "built-in-shaders": [],
    "text-styling": []
  },
  "features2": {
    "a11y": [
      "dep:accesskit",
      "dep:accesskit_unix",
      "dep:accesskit_macos",
      "dep:accesskit_windows",
      "dep:accesskit_android"
    ],
    "default": [
      "a11y"
    ],
    "net": [
      "dep:ureq",
      "dep:tokio",
      "dep:tokio-tungstenite",
      "dep:rustls",
      "dep:futures",
      "dep:sapp-jsutils"
    ],
    "net-json": [
      "net",
      "dep:serde",
      "dep:serde_json"
    ],
    "shader-build": [
      "dep:spirv-cross2"
    ],
    "storage": [
      "dep:rfd",
      "dep:sapp-jsutils"
    ],
    "tinyvg": [
      "dep:tinyvg",
      "dep:kurbo",
      "dep:lyon"
    ]
  },
  "index_path": "pl/y-/ply-engine",
  "name": "ply-engine",
  "pubtime": "2026-04-05T17:55:43Z",
  "v": 2,
  "vers": "1.1.0",
  "yanked": false
}
