{
  "cksum": "df1e36a14d9603f9799def62aebb9dfece7e1b364aaaa8eba856e64bce1141c5",
  "crate_file": "bat-0.17.1.crate",
  "crate_url": "https://static.crates.io/crates/bat/bat-0.17.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ansi_colours",
      "optional": false,
      "req": ">=1.0.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ansi_term",
      "optional": false,
      "req": ">=0.12.1, <0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "assert_cmd",
      "optional": false,
      "req": ">=1.0.1, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atty",
      "optional": true,
      "req": ">=0.2.14, <0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "suggestions",
        "color",
        "wrap_help"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": ">=2.33.0, <3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "clap",
      "optional": true,
      "req": ">=2.33.0, <3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "console",
      "optional": false,
      "req": ">=0.13.0, <0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "content_inspector",
      "optional": false,
      "req": ">=0.2.4, <0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dirs",
      "optional": true,
      "req": ">=3.0.0, <4.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "encoding",
      "optional": false,
      "req": ">=0.2.0, <0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "error-chain",
      "optional": false,
      "req": ">=0.12.0, <0.13.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "git2",
      "optional": true,
      "req": ">=0.13.0, <0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "globset",
      "optional": false,
      "req": ">=0.4.0, <0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": true,
      "req": ">=1.4.0, <2.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "path_abs",
      "optional": false,
      "req": ">=0.5.0, <0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "predicates",
      "optional": false,
      "req": ">=1.0.5, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "semver",
      "optional": false,
      "req": ">=0.11.0, <0.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": ">=1.0.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": false,
      "req": ">=0.8.0, <0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "shell-words",
      "optional": true,
      "req": ">=1.0.0, <2.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "parsing",
        "yaml-load",
        "dump-load",
        "dump-create"
      ],
      "kind": "normal",
      "name": "syntect",
      "optional": false,
      "req": ">=4.4.0, <5.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempdir",
      "optional": false,
      "req": ">=0.3.0, <0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "unicode-width",
      "optional": false,
      "req": ">=0.1.8, <0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wild",
      "optional": true,
      "req": ">=2.0.0, <3.0.0",
      "target": null
    }
  ],
  "features": {
    "application": [
      "atty",
      "clap",
      "dirs",
      "git",
      "lazy_static",
      "paging",
      "wild",
      "regex-onig"
    ],
    "default": [
      "application"
    ],
    "git": [
      "git2"
    ],
    "paging": [
      "shell-words"
    ],
    "regex-fancy": [
      "syntect/regex-fancy"
    ],
    "regex-onig": [
      "syntect/regex-onig"
    ]
  },
  "index_path": "3/b/bat",
  "name": "bat",
  "pubtime": "2020-11-24T20:56:07Z",
  "vers": "0.17.1",
  "yanked": false
}
