{
  "cksum": "8d00fd27441dcac912e723e08301c2cde8c9b4827988949a64e0717871e8b636",
  "crate_file": "hw-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/hw/hw-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "chrono",
        "git2"
      ],
      "kind": "build",
      "name": "built",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "csv",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "e-log",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio",
        "cmd",
        "parse"
      ],
      "kind": "normal",
      "name": "e-utils",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "e-utils",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "goblin",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "static_vcruntime",
      "optional": true,
      "req": "^2",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "structopt",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sysinfo",
      "optional": false,
      "req": "^0.33",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "winapi",
      "optional": true,
      "req": "^0.3.9",
      "target": "cfg(target_os=\"windows\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "windows",
      "optional": true,
      "req": "^0.30",
      "target": "cfg(target_os=\"windows\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "winresource",
      "optional": true,
      "req": "^0.1",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wmi",
      "optional": true,
      "req": "^0.14",
      "target": "cfg(target_os=\"windows\")"
    }
  ],
  "features": {
    "aida64": [
      "wmi",
      "system"
    ],
    "build": [
      "winresource",
      "static_vcruntime",
      "e-utils/build"
    ],
    "cli": [
      "structopt"
    ],
    "component": [
      "sysinfo/component"
    ],
    "core-temp": [
      "csv"
    ],
    "default": [
      "ohm",
      "lhm",
      "aida64",
      "os",
      "cli",
      "file-info",
      "drive",
      "tracing",
      "core-temp"
    ],
    "desktop": [
      "windows/Win32_Foundation",
      "windows/Win32_Storage_FileSystem",
      "windows/Win32_NetworkManagement_NetManagement"
    ],
    "disk": [
      "sysinfo/disk"
    ],
    "drive": [
      "winapi/winbase",
      "winapi/libloaderapi",
      "winapi/minwinbase",
      "winapi/winuser"
    ],
    "file-info": [
      "goblin",
      "winapi/winbase",
      "winapi/processenv"
    ],
    "lhm": [
      "wmi",
      "system"
    ],
    "log": [
      "e-log/log"
    ],
    "multithread": [
      "sysinfo/multithread"
    ],
    "net-interface": [
      "windows/Win32_Foundation",
      "windows/Win32_NetworkManagement_IpHelper",
      "windows/Win32_Networking_WinSock",
      "libc"
    ],
    "network": [
      "sysinfo/network",
      "net-interface",
      "futures"
    ],
    "ohm": [
      "wmi",
      "system"
    ],
    "os": [
      "system",
      "user",
      "network",
      "multithread",
      "disk",
      "component",
      "os-system",
      "os-office"
    ],
    "os-office": [],
    "os-system": [],
    "system": [
      "sysinfo/system"
    ],
    "tracing": [
      "e-log/tracing"
    ],
    "user": [
      "sysinfo/user",
      "desktop"
    ]
  },
  "features2": {
    "built": [
      "dep:built",
      "e-utils/fs"
    ]
  },
  "index_path": "2/hw",
  "name": "hw",
  "pubtime": "2025-03-29T06:53:18Z",
  "rust_version": "1.78.0",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
