{
  "cksum": "ca6f3e070a782285d7681f874452ce63ab2d0cd67b3ab4e49c49123b174974bd",
  "crate_file": "mangadex-api-3.0.1.crate",
  "crate_url": "https://static.crates.io/crates/mangadex-api/mangadex-api-3.0.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1.0.76",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.76",
      "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.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "clap",
      "optional": false,
      "req": "^4.4.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "derive_builder",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "fake",
      "optional": false,
      "req": "^2.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.29",
      "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.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mangadex-api-types",
      "optional": false,
      "package": "mangadex-api-types-rust",
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cookies",
        "json",
        "multipart",
        "rustls-tls"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.11.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.193",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.108",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_qs",
      "optional": false,
      "req": "^0.12.0",
      "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": "^1.0.51",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde-human-readable"
      ],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.35.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.35.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.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wiremock",
      "optional": false,
      "req": "^0.5.22",
      "target": null
    }
  ],
  "features": {
    "custom_list_v2": [],
    "default": [
      "oauth"
    ],
    "legacy-account": [],
    "legacy-auth": [],
    "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:anyhow",
      "dep:async-stream",
      "dep:tokio-stream",
      "reqwest/stream"
    ]
  },
  "index_path": "ma/ng/mangadex-api",
  "name": "mangadex-api",
  "pubtime": "2023-12-24T16:24:50Z",
  "v": 2,
  "vers": "3.0.1",
  "yanked": false
}
