{
  "cksum": "d4a8aa7beff352a7c5cbe2a474fe06a8f28ed95df612297838445f92e001c799",
  "crate_file": "robinpath-modules-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/robinpath-modules/robinpath-modules-0.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "data-encoding",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^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": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "indexmap",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "md-5",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "blocking",
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "robinpath",
      "optional": false,
      "req": "^0.1",
      "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",
      "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": "url",
      "optional": true,
      "req": "^2",
      "target": null
    }
  ],
  "features": {
    "cache": [],
    "collection": [],
    "config": [],
    "cron": [],
    "csv": [],
    "date": [],
    "diff": [],
    "dotenv": [],
    "env": [],
    "faker": [],
    "fs": [],
    "i18n": [],
    "ini": [],
    "json": [],
    "log_mod": [],
    "math_ext": [],
    "mime": [],
    "money": [],
    "os": [],
    "path": [],
    "phone": [],
    "queue": [],
    "ratelimit": [],
    "retry": [],
    "semver": [],
    "shell": [],
    "string_mod": [],
    "table": [],
    "template": [],
    "toml_mod": [],
    "transform": [],
    "yaml": []
  },
  "features2": {
    "api": [
      "dep:reqwest"
    ],
    "assert": [
      "dep:regex"
    ],
    "color": [
      "dep:regex"
    ],
    "crypto": [
      "dep:md-5",
      "dep:sha1",
      "dep:sha2",
      "dep:hmac",
      "dep:hex"
    ],
    "default": [
      "csv",
      "regex_mod",
      "encode",
      "url_mod",
      "path",
      "env",
      "dotenv",
      "validate",
      "cache",
      "template",
      "crypto",
      "api",
      "uuid",
      "json",
      "date",
      "string_mod",
      "math_ext",
      "semver",
      "color",
      "collection",
      "sanitize",
      "markdown",
      "ini",
      "fs",
      "os",
      "diff",
      "assert",
      "faker",
      "table",
      "mime",
      "money",
      "phone",
      "shell",
      "jwt",
      "encrypt",
      "xml",
      "yaml",
      "toml_mod",
      "html",
      "http",
      "oauth",
      "webhook",
      "zip",
      "queue",
      "retry",
      "ratelimit",
      "cron",
      "log_mod",
      "schema",
      "email",
      "hash",
      "glob_mod",
      "transform",
      "i18n",
      "config"
    ],
    "email": [
      "dep:regex"
    ],
    "encode": [
      "dep:base64",
      "dep:data-encoding"
    ],
    "encrypt": [
      "dep:sha2",
      "dep:sha1",
      "dep:md-5",
      "dep:hex"
    ],
    "glob_mod": [
      "dep:regex"
    ],
    "hash": [
      "dep:md-5",
      "dep:sha1",
      "dep:sha2",
      "dep:hmac",
      "dep:hex"
    ],
    "html": [
      "dep:regex"
    ],
    "http": [
      "dep:reqwest"
    ],
    "jwt": [
      "dep:base64",
      "dep:sha2",
      "dep:hmac"
    ],
    "markdown": [
      "dep:regex"
    ],
    "oauth": [
      "dep:sha2",
      "dep:base64"
    ],
    "regex_mod": [
      "dep:regex"
    ],
    "sanitize": [
      "dep:regex"
    ],
    "schema": [
      "dep:regex"
    ],
    "url_mod": [
      "dep:url"
    ],
    "uuid": [
      "dep:regex"
    ],
    "validate": [
      "dep:regex"
    ],
    "webhook": [
      "dep:hmac",
      "dep:sha2",
      "dep:sha1",
      "dep:hex",
      "dep:url"
    ],
    "xml": [
      "dep:regex"
    ],
    "zip": [
      "dep:flate2",
      "dep:base64"
    ]
  },
  "index_path": "ro/bi/robinpath-modules",
  "name": "robinpath-modules",
  "pubtime": "2026-02-26T08:17:15Z",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
