{
  "cksum": "1f2d67c8a90920e2b83aeba25a26264b785969e20f79574097567057782387c4",
  "crate_file": "revela-0.0.7.crate",
  "crate_url": "https://static.crates.io/crates/revela/revela-0.0.7.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "rgb"
      ],
      "kind": "normal",
      "name": "acolor",
      "optional": false,
      "req": "^0.0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^1.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossterm",
      "optional": true,
      "req": "^0.26.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cuadra",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "depura",
      "optional": true,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "depura",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "devela",
      "optional": false,
      "req": "^0.1.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "flume",
      "optional": true,
      "req": "^0.10.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gilrs",
      "optional": true,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kira",
      "optional": true,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2.140",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc-print",
      "optional": true,
      "req": "^0.1.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "linked_list_allocator",
      "optional": true,
      "req": "^0.10.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "midi-convert",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "midir",
      "optional": true,
      "req": "^0.9.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "notcurses",
      "optional": true,
      "req": "^3.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "png",
      "optional": true,
      "req": "^0.17.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "raw-window-handle",
      "optional": true,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "repite",
      "optional": true,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "repite",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "raw-window-handle",
        "gfx"
      ],
      "kind": "normal",
      "name": "sdl2",
      "optional": true,
      "req": "^0.35.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tiny-skia",
      "optional": true,
      "req": "^0.8.3",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "linked_list_allocator"
    ],
    "nightly": [],
    "non-safe": []
  },
  "features2": {
    "backends_all": [
      "std",
      "crossterm",
      "notcurses",
      "libc",
      "sdl2",
      "gilrs",
      "midir",
      "kira"
    ],
    "backends_alloc": [
      "no-std",
      "alloc",
      "libc",
      "tiny-skia"
    ],
    "backends_no-std": [
      "no-std",
      "libc",
      "tiny-skia"
    ],
    "default": [
      "std",
      "safe"
    ],
    "libc": [
      "dep:libc",
      "libc-print"
    ],
    "midir": [
      "dep:midir",
      "std",
      "flume"
    ],
    "no-std": [
      "acolor/no-std",
      "tiny-skia?/no-std-float"
    ],
    "notcurses": [
      "dep:notcurses",
      "std"
    ],
    "safe": [
      "acolor/safe",
      "devela/safe",
      "depura?/safe",
      "repite?/safe"
    ],
    "sdl2": [
      "dep:sdl2",
      "std",
      "acolor/sdl2",
      "raw-window-handle"
    ],
    "std": [
      "alloc",
      "png",
      "acolor/std",
      "cuadra/std",
      "devela/std",
      "depura?/std",
      "repite?/std",
      "libc?/std",
      "tiny-skia?/std"
    ]
  },
  "index_path": "re/ve/revela",
  "name": "revela",
  "pubtime": "2023-04-11T13:12:46Z",
  "rust_version": "1.68.2",
  "v": 2,
  "vers": "0.0.7",
  "yanked": true
}
