{
  "cksum": "14d8602a9427bbeec3c2b37ad6c84789c2abc74d5a5ef21ef6b596f6bb3270b0",
  "crate_file": "io-email-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/io-email/io-email-0.1.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "chumsky",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gethostname",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "io-http",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "io-imap",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "io-jmap",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "io-m2dir",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "io-maildir",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "io-smtp",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mail-parser",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macos_kqueue"
      ],
      "kind": "normal",
      "name": "notify",
      "optional": true,
      "req": "^8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pimalaya-stream",
      "optional": true,
      "req": "^0.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rfc2047-decoder",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "secrecy",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "io-util",
        "macros",
        "net",
        "rt"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.19",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "client": [
      "pimalaya-stream/std",
      "io-imap?/client",
      "io-jmap?/client",
      "io-smtp?/client"
    ],
    "default": [
      "rustls-ring",
      "imap",
      "jmap",
      "smtp",
      "maildir",
      "m2dir",
      "search",
      "serde"
    ],
    "imap": [
      "dep:io-imap",
      "dep:mail-parser",
      "dep:rfc2047-decoder",
      "dep:uuid"
    ],
    "jmap": [
      "dep:io-jmap",
      "dep:io-http",
      "dep:secrecy",
      "dep:url"
    ],
    "m2dir": [
      "client",
      "dep:io-m2dir",
      "io-m2dir?/client",
      "dep:mail-parser"
    ],
    "maildir": [
      "client",
      "dep:io-maildir",
      "io-maildir?/client",
      "io-maildir?/parser",
      "dep:mail-parser",
      "dep:gethostname"
    ],
    "native-tls": [
      "client",
      "pimalaya-stream/native-tls",
      "io-imap?/native-tls",
      "io-jmap?/native-tls",
      "io-smtp?/native-tls",
      "dep:url"
    ],
    "rustls-aws": [
      "client",
      "pimalaya-stream/rustls-aws",
      "io-imap?/rustls-aws",
      "io-jmap?/rustls-aws",
      "io-smtp?/rustls-aws",
      "dep:url"
    ],
    "rustls-ring": [
      "client",
      "pimalaya-stream/rustls-ring",
      "io-imap?/rustls-ring",
      "io-jmap?/rustls-ring",
      "io-smtp?/rustls-ring",
      "dep:url"
    ],
    "search": [
      "dep:chumsky"
    ],
    "serde": [
      "dep:serde",
      "chrono/serde",
      "mail-parser?/serde"
    ],
    "smtp": [
      "client",
      "dep:io-smtp",
      "dep:mail-parser"
    ]
  },
  "index_path": "io/-e/io-email",
  "name": "io-email",
  "pubtime": "2026-06-05T23:17:49Z",
  "rust_version": "1.87",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
