{
  "cksum": "fd523d79e0b92542566b198ea30771da2d0c4c3600e07b6925c1bc403f5aa37b",
  "crate_file": "malwaredb-0.0.2.crate",
  "crate_url": "https://static.crates.io/crates/malwaredb/malwaredb-0.0.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bytesize",
      "optional": false,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "clock",
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "help",
        "std",
        "usage"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "clap_complete",
      "optional": false,
      "req": "^4.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "password"
      ],
      "kind": "normal",
      "name": "dialoguer",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "use_bindgen"
      ],
      "kind": "normal",
      "name": "drm-sys",
      "optional": true,
      "req": "^0.4",
      "target": "cfg(all(target_os = \"linux\", not(target_arch = \"x86_64\")))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.28",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "std"
      ],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "home",
      "optional": false,
      "req": "^0.5.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "malwaredb-api",
      "optional": false,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "malwaredb-server",
      "optional": false,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sqlite"
      ],
      "kind": "dev",
      "name": "malwaredb-server",
      "optional": false,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "malwaredb-types",
      "optional": false,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "std"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "slint",
      "optional": true,
      "req": "^1.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "slint-build",
      "optional": true,
      "req": "^1.2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rt",
        "macros",
        "rt",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rt",
        "macros",
        "rt-multi-thread",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": "cfg(not(target_os = \"wasi\"))"
    },
    {
      "default_features": false,
      "features": [
        "display",
        "parse"
      ],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.37",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "walkdir",
      "optional": true,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "zip",
      "optional": true,
      "req": "^0.6.6",
      "target": null
    }
  ],
  "features": {
    "default": [],
    "sqlite": [
      "malwaredb-server/sqlite"
    ]
  },
  "features2": {
    "admin": [
      "dep:dialoguer",
      "malwaredb-server/admin",
      "dep:chrono",
      "dep:hex",
      "dep:walkdir",
      "dep:zip"
    ],
    "admin-gui": [
      "malwaredb-server/admin",
      "dep:slint",
      "dep:slint-build",
      "dep:drm-sys",
      "futures/executor"
    ]
  },
  "index_path": "ma/lw/malwaredb",
  "name": "malwaredb",
  "pubtime": "2023-09-28T01:12:11Z",
  "v": 2,
  "vers": "0.0.2",
  "yanked": false
}
