{
  "cksum": "589fb96b1676867f6efcb06f0f6b04d8be7d0a979bb625f22fb652b1808ab966",
  "crate_file": "swagger-6.2.0.crate",
  "crate_url": "https://static.crates.io/crates/swagger/swagger-6.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bytes",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "frunk",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "frunk-enum-core",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "frunk-enum-derive",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "frunk_core",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "frunk_derives",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client",
        "http1",
        "tcp"
      ],
      "kind": "dev",
      "name": "hyper",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper-old-types",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper-openssl",
      "optional": true,
      "req": "^0.9.0",
      "target": "cfg(not(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper-tls",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyper_0_10",
      "optional": true,
      "package": "hyper",
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mime",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mime_0_2",
      "optional": true,
      "package": "mime",
      "req": "^0.2.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mime_multipart",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2",
      "target": "cfg(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "openssl",
      "optional": true,
      "req": "^0.10.28",
      "target": "cfg(not(any(target_os = \"macos\", target_os = \"windows\", target_os = \"ios\")))"
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.119",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "max_level_trace",
        "release_max_level_debug"
      ],
      "kind": "normal",
      "name": "slog",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "client": [
      "hyper/client"
    ],
    "conversion": [
      "frunk",
      "frunk_derives",
      "frunk_core",
      "frunk-enum-core",
      "frunk-enum-derive"
    ],
    "default": [
      "serdejson"
    ],
    "http1": [
      "hyper/http1"
    ],
    "http2": [
      "hyper/http2"
    ],
    "multipart_form": [
      "mime"
    ],
    "multipart_related": [
      "mime_multipart",
      "hyper_0_10",
      "mime_0_2"
    ],
    "serdejson": [
      "serde",
      "serde_json"
    ],
    "server": [
      "hyper/server"
    ],
    "tcp": [
      "hyper/tcp"
    ],
    "tls": [
      "native-tls",
      "openssl",
      "hyper-openssl",
      "hyper-tls"
    ],
    "uds": [
      "tokio",
      "tokio/net"
    ]
  },
  "index_path": "sw/ag/swagger",
  "name": "swagger",
  "pubtime": "2022-06-29T13:41:36Z",
  "vers": "6.2.0",
  "yanked": false
}
