{
  "cksum": "75186f3be5b90cbf5150d1ae75f4517146563d24829fbfe37b742b110a923f53",
  "crate_file": "jmespath_extensions-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/jmespath_extensions/jmespath_extensions-0.3.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crc32fast",
      "optional": true,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "html_reports"
      ],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "geoutils",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ipnetwork",
      "optional": true,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "jmespath",
      "optional": false,
      "req": "^0.4",
      "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": "nanoid",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rphonetic",
      "optional": true,
      "req": "^3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "semver_crate",
      "optional": true,
      "package": "semver",
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "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": "normal",
      "name": "strsim",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ulid",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "urlencoding",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "array": [],
    "color": [],
    "computing": [],
    "core": [
      "string",
      "array",
      "object",
      "math",
      "type",
      "utility",
      "validation",
      "path",
      "expression"
    ],
    "duration": [],
    "expression": [],
    "math": [],
    "object": [],
    "path": [],
    "string": [],
    "text": [],
    "type": [],
    "utility": [],
    "validation": []
  },
  "features2": {
    "datetime": [
      "dep:chrono"
    ],
    "default": [
      "full"
    ],
    "encoding": [
      "dep:base64",
      "dep:hex"
    ],
    "full": [
      "string",
      "array",
      "object",
      "math",
      "type",
      "utility",
      "validation",
      "path",
      "hash",
      "encoding",
      "regex",
      "url",
      "uuid",
      "rand",
      "datetime",
      "fuzzy",
      "expression",
      "phonetic",
      "geo",
      "semver",
      "network",
      "ids",
      "text",
      "duration",
      "color",
      "computing"
    ],
    "fuzzy": [
      "dep:strsim"
    ],
    "geo": [
      "dep:geoutils"
    ],
    "hash": [
      "dep:md-5",
      "dep:sha1",
      "dep:sha2",
      "dep:crc32fast"
    ],
    "ids": [
      "dep:nanoid",
      "dep:ulid"
    ],
    "network": [
      "dep:ipnetwork"
    ],
    "phonetic": [
      "dep:rphonetic"
    ],
    "rand": [
      "dep:rand"
    ],
    "regex": [
      "dep:regex"
    ],
    "semver": [
      "dep:semver_crate"
    ],
    "url": [
      "dep:url",
      "dep:urlencoding"
    ],
    "uuid": [
      "dep:uuid"
    ]
  },
  "index_path": "jm/es/jmespath_extensions",
  "name": "jmespath_extensions",
  "pubtime": "2025-12-08T23:33:36Z",
  "v": 2,
  "vers": "0.3.2",
  "yanked": false
}
