{
  "cksum": "f017e358699a70c76ff9d07a83de18e5ac17c6c8f8f1877b1aeb16540b8febbb",
  "crate_file": "platform_common-0.4.6.crate",
  "crate_url": "https://static.crates.io/crates/platform_common/platform_common-0.4.6.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "default",
        "std"
      ],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bb8",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bigdecimal",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "postgres"
      ],
      "kind": "normal",
      "name": "diesel",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "postgres",
        "bb8"
      ],
      "kind": "normal",
      "name": "diesel-async",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dotenvy",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "envy",
      "optional": true,
      "req": "^0.4",
      "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": "jsonwebtoken",
      "optional": true,
      "req": "^9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lapin",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower",
      "optional": true,
      "req": "^0.5.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "trace"
      ],
      "kind": "normal",
      "name": "tower-http",
      "optional": true,
      "req": "^0.6",
      "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": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "validator",
      "optional": true,
      "req": "^0.18",
      "target": null
    }
  ],
  "features": {
    "config": [
      "envy",
      "dotenvy",
      "serde"
    ],
    "database": [
      "diesel",
      "diesel-async",
      "tokio",
      "tracing",
      "bb8"
    ],
    "default": [
      "tracing-setup",
      "middleware"
    ],
    "dto": [
      "serde",
      "serde_json",
      "chrono",
      "validator",
      "bigdecimal"
    ],
    "full": [
      "tracing-setup",
      "middleware",
      "trace-propagation",
      "messaging",
      "database",
      "config",
      "dto",
      "jwt",
      "keycloak"
    ],
    "jwt": [
      "axum",
      "jsonwebtoken",
      "base64",
      "serde",
      "serde_json",
      "tracing"
    ],
    "keycloak": [
      "reqwest",
      "serde",
      "serde_json",
      "tracing"
    ],
    "messaging": [
      "lapin",
      "futures-util",
      "tokio",
      "tracing",
      "serde",
      "serde_json",
      "bytes"
    ],
    "middleware": [
      "axum",
      "tower",
      "tower-http",
      "tracing",
      "tokio",
      "serde",
      "serde_json"
    ],
    "trace-propagation": [
      "reqwest"
    ],
    "tracing-setup": [
      "tracing",
      "tracing-subscriber",
      "serde",
      "serde_json"
    ]
  },
  "index_path": "pl/at/platform_common",
  "name": "platform_common",
  "pubtime": "2025-12-11T15:16:12Z",
  "vers": "0.4.6",
  "yanked": false
}
