{
  "cksum": "416e0d32fa907d4d88cce0a5a72aa2e9eff786a24c6433659e46fe5f646cccc6",
  "crate_file": "hyper-simple-server-0.5.1.crate",
  "crate_url": "https://static.crates.io/crates/hyper-simple-server/hyper-simple-server-0.5.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.2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cpuprofiler",
      "optional": true,
      "req": "^0.0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.21",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http-body",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.14.20",
      "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.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "path-tree",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.19.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.20.1",
      "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": [],
    "features-none": [],
    "hss-accepter": [
      "hss-config",
      "tokio--net",
      "futures"
    ],
    "hss-cli": [
      "argparse"
    ],
    "hss-config": [],
    "hss-errors": [],
    "hss-exports": [],
    "hss-extensions": [
      "hyper--http"
    ],
    "hss-full": [
      "hss-full-http1",
      "hss-full-http2",
      "hss-server-full"
    ],
    "hss-full-common": [
      "hss-server-mt",
      "hss-server-sanitize",
      "hss-handler",
      "hss-routes",
      "hss-config",
      "hss-accepter",
      "hss-tls-rust",
      "hss-exports",
      "hss-extensions",
      "hss-resources",
      "hss-errors",
      "hss-sanitize",
      "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",
      "futures"
    ],
    "hss-jemalloc": [
      "jemallocator"
    ],
    "hss-main": [],
    "hss-resources": [
      "hss-handler",
      "hss-extensions"
    ],
    "hss-routes": [
      "hss-handler",
      "path-tree"
    ],
    "hss-runtime": [
      "tokio--rt"
    ],
    "hss-runtime-mt": [
      "hss-runtime",
      "tokio--rt-multi-thread"
    ],
    "hss-sanitize": [
      "hyper--http"
    ],
    "hss-server-core": [
      "hss-config",
      "hss-accepter",
      "hss-runtime",
      "hyper--server"
    ],
    "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-http1": [
      "hss-server-core",
      "hyper--server-http1"
    ],
    "hss-server-http2": [
      "hss-server-core",
      "hyper--server-http2"
    ],
    "hss-server-mt": [
      "hss-runtime-mt"
    ],
    "hss-server-profiling": [
      "cpuprofiler"
    ],
    "hss-server-sanitize": [
      "hss-sanitize"
    ],
    "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",
      "http",
      "http-body",
      "bytes"
    ],
    "hyper--http1": [
      "hyper",
      "hyper/http1",
      "hyper--http"
    ],
    "hyper--http2": [
      "hyper",
      "hyper/http2",
      "hyper--http"
    ],
    "hyper--runtime": [
      "hyper",
      "hyper/runtime"
    ],
    "hyper--server": [
      "hyper",
      "hyper/server"
    ],
    "hyper--server-http": [
      "hyper--server"
    ],
    "hyper--server-http1": [
      "hyper--server-http",
      "hyper--http1"
    ],
    "hyper--server-http2": [
      "hyper--server-http",
      "hyper--http2"
    ],
    "tokio--net": [
      "tokio",
      "tokio/net"
    ],
    "tokio--rt": [
      "tokio",
      "tokio/rt",
      "tokio/signal"
    ],
    "tokio--rt-multi-thread": [
      "tokio--rt",
      "tokio/rt-multi-thread"
    ]
  },
  "index_path": "hy/pe/hyper-simple-server",
  "name": "hyper-simple-server",
  "pubtime": "2022-08-12T14:39:56Z",
  "rust_version": "1.58",
  "vers": "0.5.1",
  "yanked": false
}
