{
  "cksum": "d7cd030b35e04d9ef91320f094e81117f0da172d06309aacb11c6f9d563eeae3",
  "crate_file": "mendes-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/mendes/mendes-0.3.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "tokio"
      ],
      "kind": "normal",
      "name": "async-compression",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode",
      "optional": true,
      "req": "^1.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "data-encoding",
      "optional": true,
      "req": "^2.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httparse",
      "optional": true,
      "req": "^1.3.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "http1",
        "http2",
        "runtime",
        "server",
        "stream"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.14.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memchr",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mendes-macros",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mime_guess",
      "optional": true,
      "req": "^2.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": true,
      "req": "^2.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-utils",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "reqwest",
      "optional": false,
      "req": "^0.11.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ring",
      "optional": true,
      "req": "^0.16.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.104",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.48",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_urlencoded",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "codec",
        "compat",
        "io"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1.26",
      "target": null
    }
  ],
  "features": {
    "application": [
      "async-trait",
      "http",
      "mendes-macros",
      "percent-encoding",
      "serde",
      "serde_urlencoded"
    ],
    "brotli": [
      "compression",
      "async-compression/brotli"
    ],
    "compression": [
      "async-compression",
      "futures-util",
      "tokio-util"
    ],
    "cookies": [
      "chrono",
      "http",
      "bincode",
      "data-encoding",
      "key",
      "mendes-macros",
      "serde-derive"
    ],
    "default": [
      "application"
    ],
    "deflate": [
      "compression",
      "async-compression/deflate"
    ],
    "forms": [
      "mendes-macros",
      "serde_urlencoded",
      "serde-derive"
    ],
    "gzip": [
      "compression",
      "async-compression/gzip"
    ],
    "json": [
      "serde_json"
    ],
    "key": [
      "data-encoding",
      "ring"
    ],
    "serde-derive": [
      "serde/derive"
    ],
    "static": [
      "application",
      "tokio/fs",
      "mime_guess",
      "http"
    ],
    "uploads": [
      "http",
      "httparse",
      "memchr"
    ],
    "with-http-body": [
      "http-body",
      "bytes",
      "pin-utils"
    ],
    "with-hyper": [
      "application",
      "async-trait",
      "bytes",
      "futures-util",
      "futures-util/std",
      "http",
      "hyper"
    ]
  },
  "index_path": "me/nd/mendes",
  "name": "mendes",
  "pubtime": "2023-07-06T14:57:43Z",
  "rust_version": "1.60",
  "vers": "0.3.2",
  "yanked": false
}
