{
  "cksum": "bf2aa5bdcab340fc96142b9410f9330c5486fb228f4face5d903a7e862515bf5",
  "crate_file": "oxygengine-0.6.2.crate",
  "crate_url": "https://static.crates.io/crates/oxygengine/oxygengine-0.6.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-audio",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-audio-backend-web",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-backend-web",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-composite-renderer",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-composite-renderer-backend-web",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-core",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-input",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-input-device-web",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-integration-p2d-cr",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-navigation",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network-backend-desktop",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network-backend-native",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network-backend-web",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-physics-2d",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-procedural",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-script-flow",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-script-web",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-utils",
      "optional": false,
      "req": "^0.6",
      "target": null
    }
  ],
  "features": {
    "audio": [
      "oxygengine-audio",
      "oxygengine-script-web/audio"
    ],
    "composite-renderer": [
      "oxygengine-composite-renderer",
      "oxygengine-script-web/composite-renderer"
    ],
    "desktop": [
      "parallel"
    ],
    "desktop-headless-game": [
      "desktop",
      "network",
      "navigation",
      "oxygengine-network-backend-desktop"
    ],
    "desktop-native-headless-game": [
      "desktop",
      "network",
      "navigation",
      "oxygengine-network-backend-native"
    ],
    "input": [
      "oxygengine-input",
      "oxygengine-script-web/input"
    ],
    "integration-physics-2d-composite-renderer": [
      "oxygengine-integration-p2d-cr"
    ],
    "navigation": [
      "oxygengine-navigation"
    ],
    "network": [
      "oxygengine-network"
    ],
    "parallel": [
      "oxygengine-core/parallel",
      "oxygengine-composite-renderer/parallel",
      "oxygengine-input/parallel",
      "oxygengine-navigation/parallel",
      "oxygengine-network/parallel",
      "oxygengine-network-backend-desktop/parallel",
      "oxygengine-network-backend-native/parallel"
    ],
    "physics-2d": [
      "oxygengine-physics-2d"
    ],
    "procedural": [
      "oxygengine-procedural"
    ],
    "script-flow": [
      "oxygengine-script-flow"
    ],
    "script-web": [
      "oxygengine-script-web"
    ],
    "web": [
      "oxygengine-backend-web",
      "oxygengine-core/web",
      "oxygengine-physics-2d/web"
    ],
    "web-composite-game": [
      "web",
      "composite-renderer",
      "input",
      "network",
      "navigation",
      "audio",
      "physics-2d",
      "integration-physics-2d-composite-renderer",
      "oxygengine-composite-renderer-backend-web",
      "oxygengine-input-device-web",
      "oxygengine-network-backend-web",
      "oxygengine-audio-backend-web"
    ]
  },
  "index_path": "ox/yg/oxygengine",
  "name": "oxygengine",
  "pubtime": "2020-01-31T05:39:39Z",
  "vers": "0.6.2",
  "yanked": false
}
