{
  "cksum": "a7c985b4805c2291abc2350d412ae9c41e58ebb376a5fc011a49af2b72fa56e0",
  "crate_file": "rendy-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/rendy/rendy-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "failure",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "genmesh",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gfx-hal",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "nalgebra",
      "optional": false,
      "req": "^0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "palette",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-command",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-descriptor",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-factory",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-frame",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-graph",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-memory",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-mesh",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-resource",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-shader",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-texture",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-util",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-wsi",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thread_profiler",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "base": [
      "command",
      "descriptor",
      "factory",
      "frame",
      "graph",
      "memory",
      "mesh",
      "shader",
      "resource",
      "texture",
      "wsi"
    ],
    "command": [
      "rendy-command"
    ],
    "default": [
      "base",
      "shader-compiler",
      "spirv-reflection",
      "wsi-winit"
    ],
    "descriptor": [
      "rendy-descriptor"
    ],
    "dx12": [
      "rendy-util/gfx-backend-dx12"
    ],
    "empty": [
      "rendy-util/gfx-backend-empty"
    ],
    "factory": [
      "rendy-factory",
      "command",
      "descriptor",
      "resource",
      "wsi"
    ],
    "frame": [
      "rendy-frame",
      "factory"
    ],
    "full": [
      "base",
      "mesh-obj",
      "texture-image",
      "texture-palette",
      "spirv-reflection",
      "shader-compiler",
      "wsi-winit"
    ],
    "graph": [
      "rendy-graph",
      "frame"
    ],
    "memory": [
      "rendy-memory"
    ],
    "mesh": [
      "rendy-mesh",
      "factory"
    ],
    "mesh-obj": [
      "mesh",
      "rendy-mesh/obj"
    ],
    "metal": [
      "rendy-util/gfx-backend-metal"
    ],
    "no-slow-safety-checks": [
      "rendy-util/no-slow-safety-checks"
    ],
    "profiler": [
      "thread_profiler/thread_profiler"
    ],
    "resource": [
      "rendy-resource",
      "memory"
    ],
    "serde-1": [
      "rendy-factory/serde-1",
      "rendy-mesh/serde-1",
      "rendy-texture/serde-1",
      "rendy-shader/serde-1",
      "rendy-util/serde-1"
    ],
    "shader": [
      "rendy-shader",
      "factory"
    ],
    "shader-compiler": [
      "rendy-shader/shader-compiler"
    ],
    "spirv-reflection": [
      "rendy-shader/spirv-reflection"
    ],
    "texture": [
      "rendy-texture",
      "factory"
    ],
    "texture-image": [
      "texture",
      "rendy-texture/image"
    ],
    "texture-palette": [
      "texture",
      "rendy-texture/palette"
    ],
    "vulkan": [
      "rendy-util/gfx-backend-vulkan"
    ],
    "wsi": [
      "rendy-wsi"
    ],
    "wsi-winit": [
      "rendy-wsi/winit"
    ]
  },
  "index_path": "re/nd/rendy",
  "name": "rendy",
  "pubtime": "2019-05-21T12:50:36Z",
  "vers": "0.2.0",
  "yanked": false
}
