{
  "cksum": "3f0315dfb0edfd37dff1c37710d195b9a86d47876603567db8021eccb9cadbcb",
  "crate_file": "mendes-0.0.46.crate",
  "crate_url": "https://static.crates.io/crates/mendes/mendes-0.0.46.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "with-mendes"
      ],
      "kind": "normal",
      "name": "askama",
      "optional": true,
      "req": "^0.10.3",
      "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": "^0.5.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "data-encoding",
      "optional": true,
      "req": "^2.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.4",
      "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.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "httparse",
      "optional": true,
      "req": "^1.3.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.13.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mendes-macros",
      "optional": true,
      "req": "^0.0.32",
      "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": "postgres-types",
      "optional": true,
      "req": "^0.1.1",
      "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": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt-core"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-postgres",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "twoway",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    }
  ],
  "features": {
    "application": [
      "async-trait",
      "http",
      "mendes-macros",
      "percent-encoding",
      "serde",
      "serde_urlencoded"
    ],
    "cookies": [
      "chrono",
      "http",
      "bincode",
      "data-encoding",
      "mendes-macros",
      "ring",
      "serde/derive"
    ],
    "forms": [
      "mendes-macros",
      "serde_urlencoded",
      "serde/derive"
    ],
    "json": [
      "serde_json"
    ],
    "models": [
      "mendes-macros",
      "serde/derive"
    ],
    "postgres": [
      "bytes",
      "tokio-postgres",
      "postgres-types",
      "postgres-types/derive",
      "chrono",
      "postgres-types/with-chrono-0_4"
    ],
    "static": [
      "application",
      "tokio/fs",
      "mime_guess",
      "http"
    ],
    "uploads": [
      "http",
      "httparse",
      "twoway"
    ],
    "with-askama": [
      "application",
      "askama",
      "mime_guess"
    ],
    "with-http-body": [
      "http-body",
      "bytes",
      "futures-util"
    ],
    "with-hyper": [
      "application",
      "async-trait",
      "bytes",
      "futures-util",
      "hyper"
    ]
  },
  "index_path": "me/nd/mendes",
  "name": "mendes",
  "pubtime": "2020-10-10T20:01:03Z",
  "vers": "0.0.46",
  "yanked": false
}
