{
  "cksum": "a730293962cf218ed983d939cb79bd79e35487b091acef8c7517881ec583cc25",
  "crate_file": "oxygengine-0.7.2.crate",
  "crate_url": "https://static.crates.io/crates/oxygengine/oxygengine-0.7.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-animation",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-audio",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-audio-backend-web",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-backend-web",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-composite-renderer",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-composite-renderer-backend-web",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-core",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-input",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-input-device-web",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-integration-p2d-cr",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-integration-vn-cr",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-navigation",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network-backend-desktop",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network-backend-native",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-network-backend-web",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-physics-2d",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-procedural",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-script-flow",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-script-web",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-utils",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "oxygengine-visual-novel",
      "optional": true,
      "req": "^0.7",
      "target": null
    }
  ],
  "features": {
    "animation": [
      "oxygengine-animation"
    ],
    "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"
    ],
    "integration-visual-novel-composite-renderer": [
      "oxygengine-integration-vn-cr"
    ],
    "navigation": [
      "oxygengine-navigation"
    ],
    "network": [
      "oxygengine-network"
    ],
    "parallel": [
      "oxygengine-audio/parallel",
      "oxygengine-animation/parallel",
      "oxygengine-composite-renderer/parallel",
      "oxygengine-core/parallel",
      "oxygengine-input/parallel",
      "oxygengine-integration-p2d-cr/parallel",
      "oxygengine-integration-vn-cr/parallel",
      "oxygengine-navigation/parallel",
      "oxygengine-network/parallel",
      "oxygengine-network-backend-desktop/parallel",
      "oxygengine-network-backend-native/parallel",
      "oxygengine-physics-2d/parallel",
      "oxygengine-procedural/parallel",
      "oxygengine-script-flow/parallel",
      "oxygengine-utils/parallel",
      "oxygengine-visual-novel/parallel"
    ],
    "physics-2d": [
      "oxygengine-physics-2d"
    ],
    "procedural": [
      "oxygengine-procedural"
    ],
    "scalar64": [
      "oxygengine-audio/scalar64",
      "oxygengine-animation/scalar64",
      "oxygengine-audio-backend-web/scalar64",
      "oxygengine-backend-web/scalar64",
      "oxygengine-composite-renderer/scalar64",
      "oxygengine-composite-renderer-backend-web/scalar64",
      "oxygengine-core/scalar64",
      "oxygengine-input/scalar64",
      "oxygengine-input-device-web/scalar64",
      "oxygengine-integration-p2d-cr/scalar64",
      "oxygengine-integration-vn-cr/scalar64",
      "oxygengine-navigation/scalar64",
      "oxygengine-network/scalar64",
      "oxygengine-network-backend-desktop/scalar64",
      "oxygengine-network-backend-native/scalar64",
      "oxygengine-network-backend-web/scalar64",
      "oxygengine-physics-2d/scalar64",
      "oxygengine-procedural/scalar64",
      "oxygengine-script-flow/scalar64",
      "oxygengine-script-web/scalar64",
      "oxygengine-utils/scalar64",
      "oxygengine-visual-novel/scalar64"
    ],
    "script-flow": [
      "oxygengine-script-flow",
      "oxygengine-visual-novel/script-flow"
    ],
    "script-web": [
      "oxygengine-script-web"
    ],
    "visual-novel": [
      "oxygengine-visual-novel"
    ],
    "web": [
      "oxygengine-backend-web",
      "oxygengine-animation/web",
      "oxygengine-audio/web",
      "oxygengine-composite-renderer/web",
      "oxygengine-core/web",
      "oxygengine-input/web",
      "oxygengine-integration-p2d-cr/web",
      "oxygengine-integration-vn-cr/web",
      "oxygengine-navigation/web",
      "oxygengine-network/web",
      "oxygengine-physics-2d/web",
      "oxygengine-script-flow/web",
      "oxygengine-visual-novel/web"
    ],
    "web-composite-game": [
      "web",
      "composite-renderer",
      "animation",
      "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"
    ],
    "web-composite-visual-novel-game": [
      "web",
      "composite-renderer",
      "animation",
      "input",
      "audio",
      "visual-novel",
      "integration-visual-novel-composite-renderer",
      "oxygengine-composite-renderer-backend-web",
      "oxygengine-input-device-web",
      "oxygengine-audio-backend-web"
    ]
  },
  "index_path": "ox/yg/oxygengine",
  "name": "oxygengine",
  "pubtime": "2020-04-17T13:30:05Z",
  "vers": "0.7.2",
  "yanked": false
}
