{
  "cksum": "c6fb218b3db96dae9b1d1e249be5c4bb172c89e37bc46bc3cbdf5187aec38050",
  "crate_file": "mangadex-api-3.4.6.crate",
  "crate_url": "https://static.crates.io/crates/mangadex-api/mangadex-api-3.4.6.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-stream",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "clap",
      "optional": false,
      "req": "^4.5.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "derive_builder",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "fake",
      "optional": false,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "getset",
      "optional": true,
      "req": "^0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mangadex-api-schema",
      "optional": false,
      "package": "mangadex-api-schema-rust",
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mangadex-api-types",
      "optional": false,
      "package": "mangadex-api-types-rust",
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cookies",
        "json",
        "multipart",
        "rustls-tls"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "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": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_qs",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_urlencoded",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde-human-readable",
        "large-dates",
        "local-offset"
      ],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-stream",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wiremock",
      "optional": false,
      "req": "^0.6",
      "target": null
    }
  ],
  "features": {
    "custom_list_v2": [],
    "default": [
      "oauth"
    ],
    "legacy-auth": [],
    "legacy-user-delete": [],
    "multi-thread": [
      "futures"
    ],
    "non_exhaustive": [
      "mangadex-api-schema/non_exhaustive",
      "mangadex-api-types/non_exhaustive"
    ],
    "oauth": [],
    "rw-multi-thread": [
      "tokio/sync"
    ],
    "serialize": [
      "mangadex-api-schema/serialize"
    ],
    "tokio-multi-thread": [
      "tokio/sync"
    ]
  },
  "features2": {
    "deserializable-endpoint": [
      "dep:getset"
    ],
    "utils": [
      "dep:bytes",
      "dep:tokio",
      "dep:async-stream",
      "dep:tokio-stream",
      "reqwest/stream"
    ]
  },
  "index_path": "ma/ng/mangadex-api",
  "name": "mangadex-api",
  "pubtime": "2025-11-14T14:37:41Z",
  "v": 2,
  "vers": "3.4.6",
  "yanked": false
}
