{
  "cksum": "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e",
  "crate_file": "hyper-util-0.1.16.crate",
  "crate_url": "https://static.crates.io/crates/hyper-util/hyper-util-0.1.16.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bytes",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-channel",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "dev",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "http-body-util",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": false,
      "req": "^1.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "hyper",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ipnet",
      "optional": true,
      "req": "^2.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project-lite",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pnet_datalink",
      "optional": false,
      "req": "^0.35.0",
      "target": "cfg(any(target_os = \"linux\", target_os = \"macos\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_env_logger",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all"
      ],
      "kind": "normal",
      "name": "socket2",
      "optional": true,
      "req": ">=0.5.9, <0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "system-configuration",
      "optional": true,
      "req": "^0.6.1",
      "target": "cfg(target_os = \"macos\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "test-util",
        "signal"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-test",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower-service",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "windows-registry",
      "optional": true,
      "req": "^0.5",
      "target": "cfg(windows)"
    }
  ],
  "features": {
    "__internal_happy_eyeballs_tests": [],
    "default": [],
    "http1": [
      "hyper/http1"
    ],
    "http2": [
      "hyper/http2"
    ],
    "server": [
      "hyper/server"
    ],
    "server-auto": [
      "server",
      "http1",
      "http2"
    ],
    "server-graceful": [
      "server",
      "tokio/sync"
    ]
  },
  "features2": {
    "client": [
      "hyper/client",
      "tokio/net",
      "dep:tracing",
      "dep:futures-channel",
      "dep:tower-service"
    ],
    "client-legacy": [
      "client",
      "dep:socket2",
      "tokio/sync",
      "dep:libc",
      "dep:futures-util"
    ],
    "client-proxy": [
      "client",
      "dep:base64",
      "dep:ipnet",
      "dep:percent-encoding"
    ],
    "client-proxy-system": [
      "dep:system-configuration",
      "dep:windows-registry"
    ],
    "full": [
      "client",
      "client-legacy",
      "client-proxy",
      "client-proxy-system",
      "server",
      "server-auto",
      "server-graceful",
      "service",
      "http1",
      "http2",
      "tokio",
      "tracing"
    ],
    "service": [
      "dep:tower-service"
    ],
    "tokio": [
      "dep:tokio",
      "tokio/rt",
      "tokio/time"
    ],
    "tracing": [
      "dep:tracing"
    ]
  },
  "index_path": "hy/pe/hyper-util",
  "name": "hyper-util",
  "pubtime": "2025-07-22T18:35:27Z",
  "rust_version": "1.63",
  "v": 2,
  "vers": "0.1.16",
  "yanked": false
}
