{
  "cksum": "aeaa618e3f7f43419875572fa1e01901ba7a288487db0669550e8c26ec5375b1",
  "crate_file": "hyper-simple-server-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/hyper-simple-server/hyper-simple-server-0.1.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "argparse",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http-body",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.14.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "jemalloc-sys",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "jemallocator",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "path-tree",
      "optional": true,
      "req": "^0.1.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio-native-tls",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "hss-full"
    ],
    "features-fuzzing": [],
    "hss-accepter": [
      "hss-config",
      "tokio--net",
      "futures"
    ],
    "hss-cli": [
      "argparse"
    ],
    "hss-config": [],
    "hss-exports": [],
    "hss-extensions": [],
    "hss-full": [
      "hss-full-http1",
      "hss-full-http2"
    ],
    "hss-full-common": [
      "hss-server-mt",
      "hss-handler",
      "hss-routes",
      "hss-config",
      "hss-accepter",
      "hss-tls-rust",
      "hss-tls-native",
      "hss-http",
      "hss-exports",
      "hss-extensions",
      "hss-main",
      "hss-cli"
    ],
    "hss-full-http1": [
      "hss-full-common",
      "hss-server-http1"
    ],
    "hss-full-http2": [
      "hss-full-common",
      "hss-server-http2"
    ],
    "hss-handler": [
      "hyper",
      "http",
      "http-body",
      "bytes",
      "futures"
    ],
    "hss-http": [
      "http",
      "http-body",
      "bytes",
      "hyper"
    ],
    "hss-jemalloc": [
      "jemallocator"
    ],
    "hss-main": [],
    "hss-routes": [
      "hss-handler",
      "path-tree"
    ],
    "hss-server": [
      "hss-config",
      "hss-accepter",
      "hyper--server",
      "http",
      "http-body",
      "bytes",
      "tokio--rt"
    ],
    "hss-server-debug-jemalloc": [
      "jemalloc-sys/stats"
    ],
    "hss-server-debug-strace": [],
    "hss-server-full": [
      "hss-server-mt",
      "hss-server-http1",
      "hss-server-http2"
    ],
    "hss-server-http": [],
    "hss-server-http1": [
      "hss-server",
      "hss-server-http",
      "hyper--http1"
    ],
    "hss-server-http2": [
      "hss-server",
      "hss-server-http",
      "hyper--http2"
    ],
    "hss-server-mt": [
      "hss-server",
      "tokio--rt-multi-thread"
    ],
    "hss-tls-any": [],
    "hss-tls-native": [
      "hss-tls-any",
      "native-tls",
      "native-tls/alpn",
      "tokio-native-tls"
    ],
    "hss-tls-rust": [
      "hss-tls-any",
      "rustls",
      "rustls-pemfile",
      "tokio-rustls"
    ],
    "hyper--http": [
      "hyper",
      "hyper/http2"
    ],
    "hyper--http1": [
      "hyper",
      "hyper/http1",
      "hyper--http"
    ],
    "hyper--http2": [
      "hyper",
      "hyper/http2",
      "hyper--http"
    ],
    "hyper--runtime": [
      "hyper",
      "hyper/runtime"
    ],
    "hyper--server": [
      "hyper",
      "hyper/server"
    ],
    "tokio--net": [
      "tokio",
      "tokio/net"
    ],
    "tokio--rt": [
      "tokio",
      "tokio/rt"
    ],
    "tokio--rt-multi-thread": [
      "tokio",
      "tokio/rt-multi-thread"
    ]
  },
  "index_path": "hy/pe/hyper-simple-server",
  "name": "hyper-simple-server",
  "pubtime": "2021-02-12T15:15:46Z",
  "vers": "0.1.1",
  "yanked": false
}
