{
  "cksum": "2aa95bda1a7e1dc17b3b31e828c80e4663258e4708ccfce79c5106c422752dcc",
  "crate_file": "e-utils-0.4.8.crate",
  "crate_url": "https://static.crates.io/crates/e-utils/e-utils-0.4.8.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "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": "encoding_rs",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "glib",
      "optional": true,
      "req": "^0.20",
      "target": "cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "image",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memchr",
      "optional": true,
      "req": "^2.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "small_rng"
      ],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rayon",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unicode"
      ],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rfd",
      "optional": true,
      "req": "^0.15",
      "target": "cfg(any(target_os = \"macos\", target_os = \"windows\", target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))"
    },
    {
      "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": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempdir",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "winapi",
      "optional": true,
      "req": "^0.3",
      "target": "cfg(target_os=\"windows\")"
    }
  ],
  "features": {
    "algorithm": [
      "rand"
    ],
    "alloc": [],
    "base64": [],
    "default": [
      "std"
    ],
    "dialog": [
      "rfd",
      "rfd/xdg-portal",
      "rfd/tokio",
      "glib",
      "tokio"
    ],
    "encode": [
      "encoding_rs",
      "once_cell"
    ],
    "http": [
      "reqwest"
    ],
    "http-blocking": [
      "reqwest/blocking"
    ],
    "http-json": [
      "reqwest/json"
    ],
    "images": [
      "image",
      "http-blocking"
    ],
    "std": []
  },
  "features2": {
    "build": [
      "chrono",
      "cmd",
      "fs"
    ],
    "chrono": [
      "dep:chrono"
    ],
    "cmd": [
      "encode",
      "fs",
      "rayon",
      "serde_json"
    ],
    "fs": [
      "async-trait",
      "regex"
    ],
    "fs_ext": [
      "fs",
      "winapi",
      "winapi/handleapi",
      "winapi/processthreadsapi",
      "winapi/winbase",
      "winapi/minwinbase",
      "winapi/winerror",
      "winapi/fileapi",
      "libc"
    ],
    "parse": [
      "regex",
      "once_cell",
      "chrono",
      "async-trait"
    ],
    "regex": [
      "dep:regex",
      "dep:memchr"
    ]
  },
  "index_path": "e-/ut/e-utils",
  "name": "e-utils",
  "pubtime": "2024-12-16T07:16:41Z",
  "rust_version": "1.76.0",
  "v": 2,
  "vers": "0.4.8",
  "yanked": true
}
