{
  "cksum": "ba831b2b7ea566d40084d00c16b83069cdb221e569f7f1255748cb253e3b0438",
  "crate_file": "rendy-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/rendy/rendy-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "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-backend-dx12",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gfx-backend-empty",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gfx-backend-metal",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gfx-backend-vulkan",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gfx-hal",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "image",
      "optional": false,
      "req": "^0.20.1",
      "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.16",
      "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.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-factory",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-frame",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-graph",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-memory",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-mesh",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-resource",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-shader",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-texture",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-util",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rendy-wsi",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "winit",
      "optional": false,
      "req": "^0.18",
      "target": null
    }
  ],
  "features": {
    "command": [
      "rendy-command"
    ],
    "default": [
      "full"
    ],
    "dx12": [
      "rendy-factory/dx12",
      "rendy-graph/dx12",
      "rendy-wsi/dx12",
      "gfx-backend-dx12"
    ],
    "empty": [
      "rendy-factory/empty",
      "rendy-graph/empty",
      "rendy-wsi/empty",
      "gfx-backend-empty"
    ],
    "factory": [
      "rendy-factory",
      "command",
      "resource",
      "wsi"
    ],
    "frame": [
      "rendy-frame",
      "factory"
    ],
    "full": [
      "command",
      "factory",
      "frame",
      "graph",
      "memory",
      "mesh",
      "shader",
      "resource",
      "texture",
      "util",
      "wsi"
    ],
    "graph": [
      "rendy-graph",
      "frame"
    ],
    "memory": [
      "rendy-memory"
    ],
    "mesh": [
      "rendy-mesh",
      "factory",
      "util"
    ],
    "metal": [
      "rendy-factory/metal",
      "rendy-graph/metal",
      "rendy-wsi/metal",
      "gfx-backend-metal"
    ],
    "resource": [
      "rendy-resource",
      "memory"
    ],
    "serde-1": [
      "gfx-hal/serde",
      "rendy-factory/serde-1",
      "rendy-mesh/serde-1",
      "rendy-texture/serde-1"
    ],
    "shader": [
      "rendy-shader",
      "factory"
    ],
    "texture": [
      "rendy-texture",
      "factory",
      "util"
    ],
    "util": [
      "rendy-util"
    ],
    "vulkan": [
      "rendy-factory/vulkan",
      "rendy-graph/vulkan",
      "rendy-wsi/vulkan",
      "gfx-backend-vulkan"
    ],
    "wsi": [
      "rendy-wsi"
    ]
  },
  "index_path": "re/nd/rendy",
  "name": "rendy",
  "pubtime": "2019-02-09T12:31:07Z",
  "vers": "0.1.1",
  "yanked": false
}
