{
  "cksum": "08ee15e6d1cb0f1f132c91d6f8fdea0f42eb3a219dcfe3ebc5ccad756099f83a",
  "crate_file": "road-runner-common-0.8.0.crate",
  "crate_url": "https://static.crates.io/crates/road-runner-common/road-runner-common-0.8.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-http",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "actix-service",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "compress-gzip",
        "compress-zstd",
        "cookies",
        "http2",
        "unicode",
        "compat",
        "ws"
      ],
      "kind": "normal",
      "name": "actix-web",
      "optional": true,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arc-swap",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "config",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dotenvy",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cmake-build"
      ],
      "kind": "normal",
      "name": "rdkafka",
      "optional": true,
      "req": "^0.36",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "formatting"
      ],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "sync",
        "time",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "json"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "uuid",
        "time"
      ],
      "kind": "normal",
      "name": "utoipa",
      "optional": true,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.8",
      "target": null
    }
  ],
  "features": {
    "kafka": []
  },
  "features2": {
    "auth": [
      "dep:uuid"
    ],
    "authz": [
      "auth",
      "dep:ed25519-dalek",
      "dep:base64",
      "dep:arc-swap",
      "dep:serde_json"
    ],
    "authz-kafka": [
      "authz",
      "kafka",
      "dep:rdkafka",
      "dep:tokio",
      "dep:tracing"
    ],
    "config": [
      "dep:config",
      "dep:dotenvy",
      "dep:serde_json"
    ],
    "default": [
      "auth"
    ],
    "gateway": [
      "auth",
      "dep:hmac",
      "dep:sha2",
      "dep:hex",
      "dep:subtle"
    ],
    "observability": [
      "dep:tracing",
      "dep:tracing-subscriber",
      "dep:once_cell"
    ],
    "openapi": [
      "dep:utoipa",
      "dep:serde_json"
    ],
    "web": [
      "dep:actix-web",
      "dep:actix-http",
      "dep:actix-service",
      "dep:futures-util"
    ]
  },
  "index_path": "ro/ad/road-runner-common",
  "name": "road-runner-common",
  "pubtime": "2026-07-10T03:45:19Z",
  "rust_version": "1.75",
  "v": 2,
  "vers": "0.8.0",
  "yanked": false
}
