{
  "cksum": "d0ee871f56b8f963066a9dd7c64869545152d290191b8e3d6b4e7665008a5286",
  "crate_file": "boreal-0.7.0.crate",
  "crate_url": "https://static.crates.io/crates/boreal/boreal-0.7.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aho-corasick",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "authenticode-parser",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "boreal-parser",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "codespan-reporting",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crc32fast",
      "optional": true,
      "req": "^1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "glob",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": "cfg(target_os = \"linux\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mach2",
      "optional": true,
      "req": "^0.4",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "magic",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "md-5",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memchr",
      "optional": false,
      "req": "^2.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memmap2",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "read"
      ],
      "kind": "normal",
      "name": "object",
      "optional": true,
      "req": "^0.35",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "syntax",
        "perf",
        "meta",
        "nfa",
        "dfa",
        "hybrid"
      ],
      "kind": "normal",
      "name": "regex-automata",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "regex-syntax",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha1",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tlsh2",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "Win32_Foundation",
        "Win32_Security",
        "Win32_System_Diagnostics_Debug",
        "Win32_System_Memory",
        "Win32_System_Threading"
      ],
      "kind": "normal",
      "name": "windows-sys",
      "optional": true,
      "req": "^0.52",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [
        "vendored"
      ],
      "kind": "dev",
      "name": "yara",
      "optional": false,
      "req": "^0.26",
      "target": null
    }
  ],
  "features": {
    "profiling": []
  },
  "features2": {
    "authenticode": [
      "dep:authenticode-parser",
      "dep:hex"
    ],
    "cuckoo": [
      "dep:serde_json",
      "yara/module-cuckoo"
    ],
    "default": [
      "hash",
      "object",
      "memmap",
      "process"
    ],
    "hash": [
      "dep:md-5",
      "dep:sha1",
      "dep:sha2",
      "dep:hex",
      "dep:crc32fast",
      "dep:tlsh2"
    ],
    "magic": [
      "dep:magic",
      "yara/module-magic"
    ],
    "memmap": [
      "dep:memmap2"
    ],
    "object": [
      "dep:object"
    ],
    "process": [
      "dep:libc",
      "dep:windows-sys",
      "dep:mach2"
    ]
  },
  "index_path": "bo/re/boreal",
  "name": "boreal",
  "pubtime": "2024-05-05T20:09:51Z",
  "rust_version": "1.65",
  "v": 2,
  "vers": "0.7.0",
  "yanked": false
}
