{
  "cksum": "d315961a56ef0a1c0943b430b70662defede5837882272a68cf1e8ec4e6a8c63",
  "crate_file": "malwaredb-0.0.3.crate",
  "crate_url": "https://static.crates.io/crates/malwaredb/malwaredb-0.0.3.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.5",
      "target": "cfg(all(target_os = \"linux\", not(target_arch = \"x86_64\")))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.29",
      "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.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "malwaredb-server",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sqlite"
      ],
      "kind": "dev",
      "name": "malwaredb-server",
      "optional": false,
      "req": "^0.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "malwaredb-types",
      "optional": false,
      "req": "^0.0.3",
      "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.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "slint-build",
      "optional": true,
      "req": "^1.2.2",
      "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.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.40",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "walkdir",
      "optional": true,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "winresource",
      "optional": false,
      "req": "^0.1.17",
      "target": "cfg(windows)"
    },
    {
      "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-10-28T16:12:53Z",
  "v": 2,
  "vers": "0.0.3",
  "yanked": false
}
