{
  "cksum": "720c919ce5e5b4fbd885a0e9bb22661f637cc48fa7c65cf573434681d45aa84a",
  "crate_file": "klauthed-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/klauthed/klauthed-0.3.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "klauthed-core",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-data",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-discovery",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-error",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-i18n",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-macros",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-observability",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-platform",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-protocol",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-security",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-testing",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "klauthed-web",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "agent": [
      "discovery",
      "klauthed-discovery/agent"
    ],
    "cache-memory": [
      "data",
      "klauthed-data/cache-memory"
    ],
    "config-refresh": [
      "web",
      "klauthed-web/config-refresh"
    ],
    "config-server": [
      "core",
      "klauthed-core/config-server",
      "klauthed-web?/config-server"
    ],
    "consul": [
      "discovery",
      "klauthed-discovery/consul"
    ],
    "context-scope": [
      "web",
      "klauthed-web/context-scope"
    ],
    "core": [
      "dep:klauthed-core",
      "error"
    ],
    "data": [
      "dep:klauthed-data",
      "core"
    ],
    "default": [
      "core"
    ],
    "discovery": [
      "dep:klauthed-discovery",
      "error"
    ],
    "error": [
      "dep:klauthed-error"
    ],
    "eureka": [
      "discovery",
      "klauthed-discovery/eureka"
    ],
    "full": [
      "core",
      "error",
      "macros",
      "data",
      "discovery",
      "web",
      "observability",
      "i18n",
      "security",
      "platform",
      "protocol"
    ],
    "hot-reload": [
      "core",
      "klauthed-core/hot-reload"
    ],
    "i18n": [
      "dep:klauthed-i18n",
      "error"
    ],
    "kafka": [
      "data",
      "klauthed-data/kafka"
    ],
    "macros": [
      "dep:klauthed-macros"
    ],
    "metrics": [
      "observability",
      "klauthed-observability/metrics"
    ],
    "mysql": [
      "data",
      "klauthed-data/mysql"
    ],
    "nats": [
      "data",
      "klauthed-data/nats"
    ],
    "observability": [
      "dep:klauthed-observability",
      "core"
    ],
    "openapi": [
      "web",
      "klauthed-web/openapi"
    ],
    "otel": [
      "observability",
      "klauthed-observability/otel",
      "klauthed-web?/otel"
    ],
    "paseto": [
      "security",
      "klauthed-security/paseto"
    ],
    "platform": [
      "dep:klauthed-platform",
      "core"
    ],
    "postgres": [
      "data",
      "klauthed-data/postgres"
    ],
    "protocol": [
      "dep:klauthed-protocol",
      "error"
    ],
    "rabbitmq": [
      "data",
      "klauthed-data/rabbitmq"
    ],
    "redis": [
      "data",
      "klauthed-data/redis"
    ],
    "sealed": [
      "security",
      "klauthed-security/sealed"
    ],
    "security": [
      "dep:klauthed-security",
      "core"
    ],
    "sqlite": [
      "data",
      "klauthed-data/sqlite"
    ],
    "storage": [
      "data",
      "klauthed-data/storage"
    ],
    "storage-azure": [
      "data",
      "klauthed-data/storage-azure"
    ],
    "storage-gcs": [
      "data",
      "klauthed-data/storage-gcs"
    ],
    "storage-s3": [
      "data",
      "klauthed-data/storage-s3"
    ],
    "swagger-ui": [
      "web",
      "klauthed-web/swagger-ui"
    ],
    "task-local": [
      "core",
      "klauthed-core/task-local"
    ],
    "testing": [
      "dep:klauthed-testing",
      "core"
    ],
    "tz": [
      "core",
      "klauthed-core/tz"
    ],
    "vault": [
      "core",
      "klauthed-core/vault"
    ],
    "web": [
      "dep:klauthed-web",
      "core"
    ],
    "webauthn": [
      "security",
      "klauthed-security/webauthn"
    ]
  },
  "index_path": "kl/au/klauthed",
  "name": "klauthed",
  "pubtime": "2026-06-18T16:45:40Z",
  "rust_version": "1.95",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
