{
  "cksum": "a8e7c09fb7f7e6d8bd6df81acf512b3e197b94cab488bd6ef7bca471513dbd90",
  "crate_file": "hgame-0.26.4.crate",
  "crate_url": "https://static.crates.io/crates/hgame/hgame-0.26.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.58",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.51",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bson",
      "optional": false,
      "req": "^2.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-channel",
      "optional": false,
      "req": "^0.5.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dyn-clone",
      "optional": false,
      "req": "^1.0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "egui_demo_lib",
      "optional": true,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "egui_extras",
      "optional": true,
      "req": "^0.21.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "failure",
      "optional": false,
      "req": "^0.1.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hconf",
      "optional": false,
      "req": "^0.26.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "html-builder",
      "optional": true,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "png",
        "jpeg"
      ],
      "kind": "normal",
      "name": "image",
      "optional": true,
      "req": "^0.24.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mkentity",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mktree",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mkutil",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bson-chrono-0_4"
      ],
      "kind": "normal",
      "name": "mongodb",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "quick-protobuf",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.11.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.138",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_bytes",
      "optional": false,
      "req": "^0.11.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.87",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_repr",
      "optional": false,
      "req": "^0.1.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.24.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.21.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-tungstenite",
      "optional": true,
      "req": "^0.18.0",
      "target": null
    }
  ],
  "features": {
    "alert": [
      "mkutil/notify",
      "mkutil/file_dialog"
    ],
    "collab": [
      "quick-protobuf",
      "tokio",
      "tokio-tungstenite",
      "futures-util"
    ],
    "default": [
      "gui",
      "html"
    ],
    "easy_mark": [
      "egui_demo_lib/serde"
    ],
    "egui_demo": [
      "egui_demo_lib/serde"
    ],
    "gui": [
      "mktree",
      "egui_extras"
    ],
    "html": [
      "html-builder",
      "mkutil/html"
    ],
    "image_processing": [
      "image",
      "mkutil/clipboard_to_temp_image",
      "egui_extras/image"
    ],
    "kitsu": [
      "mktree/zou"
    ],
    "ldap": [
      "mkutil/ldap",
      "hconf/ldap"
    ],
    "mongo": [
      "mongodb",
      "mktree/mongo"
    ],
    "persistence": [
      "hconf/persistence",
      "egui_demo_lib/serde"
    ],
    "query_message": [
      "egui_extras/datepicker"
    ],
    "review_item": [
      "egui_extras/datepicker"
    ],
    "stage_graph": [
      "mkutil/dag"
    ],
    "ticket": [
      "html"
    ]
  },
  "index_path": "hg/am/hgame",
  "name": "hgame",
  "pubtime": "2023-04-12T07:50:04Z",
  "vers": "0.26.4",
  "yanked": false
}
