{
  "cksum": "54a75f2ff8e122aa80ab202dc865294fe59cd856c2a5dab2d3df6e122c93b941",
  "crate_file": "pingora-0.8.1.crate",
  "crate_url": "https://static.crates.io/crates/pingora/pingora-0.8.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.42",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "bytes",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "clap",
      "optional": false,
      "req": "^4.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "document-features",
      "optional": true,
      "req": "^0.2.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "http",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "http-body-util",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client",
        "http1",
        "http2"
      ],
      "kind": "dev",
      "name": "hyper",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client-legacy",
        "http1",
        "http2"
      ],
      "kind": "dev",
      "name": "hyper-util",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hyperlocal",
      "optional": false,
      "req": "^0.9",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "jemallocator",
      "optional": false,
      "req": "^0.5",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "once_cell",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pingora-cache",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pingora-core",
      "optional": false,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pingora-http",
      "optional": false,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pingora-load-balancing",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pingora-proxy",
      "optional": true,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pingora-timeout",
      "optional": false,
      "req": "^0.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "prometheus",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "regex",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustls-tls",
        "http2"
      ],
      "kind": "dev",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "signal"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "any_tls": [],
    "cache": [
      "pingora-cache"
    ],
    "default": [],
    "lb": [
      "pingora-load-balancing",
      "proxy"
    ],
    "openssl_derived": [
      "any_tls"
    ],
    "proxy": [
      "pingora-proxy"
    ],
    "sentry": [
      "pingora-core/sentry"
    ],
    "time": []
  },
  "features2": {
    "boringssl": [
      "pingora-core/boringssl",
      "pingora-proxy?/boringssl",
      "pingora-cache?/boringssl",
      "pingora-load-balancing?/boringssl",
      "openssl_derived"
    ],
    "connection_filter": [
      "pingora-core/connection_filter",
      "pingora-proxy?/connection_filter"
    ],
    "document-features": [
      "dep:document-features",
      "proxy",
      "lb",
      "cache",
      "time",
      "sentry",
      "connection_filter"
    ],
    "openssl": [
      "pingora-core/openssl",
      "pingora-proxy?/openssl",
      "pingora-cache?/openssl",
      "pingora-load-balancing?/openssl",
      "openssl_derived"
    ],
    "patched_http1": [
      "pingora-core/patched_http1",
      "pingora-proxy?/patched_http1"
    ],
    "rustls": [
      "pingora-core/rustls",
      "pingora-proxy?/rustls",
      "pingora-cache?/rustls",
      "pingora-load-balancing?/rustls",
      "any_tls"
    ],
    "s2n": [
      "pingora-core/s2n",
      "pingora-proxy?/s2n",
      "pingora-cache?/s2n",
      "pingora-load-balancing?/s2n",
      "any_tls"
    ]
  },
  "index_path": "pi/ng/pingora",
  "name": "pingora",
  "pubtime": "2026-06-04T20:11:06Z",
  "v": 2,
  "vers": "0.8.1",
  "yanked": false
}
