{
  "cksum": "1db0d8f1fc9e62caebd0319e11eaec5822b0186c171568f0480b46a0137f9108",
  "crate_file": "metrics-exporter-prometheus-0.18.3.crate",
  "crate_url": "https://static.crates.io/crates/metrics-exporter-prometheus/metrics-exporter-prometheus-0.18.3.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "evmap",
      "optional": false,
      "req": "^11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "server",
        "client"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^1.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http1",
        "rustls-native-certs"
      ],
      "kind": "normal",
      "name": "hyper-rustls",
      "optional": true,
      "req": "^0.27",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tokio",
        "service",
        "client",
        "client-legacy",
        "http1"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "indexmap",
      "optional": false,
      "req": "^2.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "ipnet",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "metrics",
      "optional": false,
      "req": "^0.24.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "recency",
        "registry",
        "storage"
      ],
      "kind": "normal",
      "name": "metrics-util",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mime",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "prost",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "build",
      "name": "prost-build",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "prost-types",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "quanta",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "thread_rng"
      ],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rt",
        "net",
        "time",
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "fmt"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "_hyper-client": [
      "http-body-util",
      "hyper/client",
      "hyper-util/client",
      "hyper-util/http1",
      "hyper-util/client-legacy",
      "hyper-rustls"
    ],
    "_hyper-server": [
      "http-body-util",
      "hyper/server",
      "hyper-util/server-auto"
    ],
    "_push-gateway-common": [
      "async-runtime",
      "rustls",
      "tracing",
      "_hyper-client"
    ],
    "async-runtime": [
      "tokio",
      "hyper-util/tokio"
    ],
    "default": [
      "http-listener",
      "push-gateway"
    ],
    "http-listener": [
      "async-runtime",
      "ipnet",
      "tracing",
      "_hyper-server"
    ],
    "protobuf": [
      "mime",
      "prost",
      "prost-types",
      "prost-build"
    ],
    "push-gateway": [
      "_push-gateway-common",
      "hyper-rustls/aws-lc-rs"
    ],
    "push-gateway-no-tls-provider": [
      "_push-gateway-common"
    ],
    "uds-listener": [
      "http-listener"
    ]
  },
  "index_path": "me/tr/metrics-exporter-prometheus",
  "name": "metrics-exporter-prometheus",
  "pubtime": "2026-04-30T13:36:08Z",
  "rust_version": "1.71.1",
  "vers": "0.18.3",
  "yanked": false
}
