{
  "cksum": "134b4d8952996fc4e141cf23752e911be7a56bfdfdf4c2f57c68a49570e8ab64",
  "crate_file": "axum-oidc-client-0.7.0.crate",
  "crate_url": "https://static.crates.io/crates/axum-oidc-client/axum-oidc-client-0.7.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "macros"
      ],
      "kind": "normal",
      "name": "axum",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cookie",
        "cookie-private",
        "cookie-signed"
      ],
      "kind": "normal",
      "name": "axum-extra",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "html-escape",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rust_crypto"
      ],
      "kind": "normal",
      "name": "jsonwebtoken",
      "optional": true,
      "req": "^10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "mockito",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "future"
      ],
      "kind": "normal",
      "name": "moka",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pkce-std",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio-comp",
        "connection-manager"
      ],
      "kind": "normal",
      "name": "redis",
      "optional": true,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "form"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.13",
      "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_html_form",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "runtime-tokio",
        "chrono"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.52",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "urlencoding",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "reqwest-native-tls": [
      "reqwest/native-tls"
    ],
    "reqwest-native-tls-vendored": [
      "reqwest/native-tls-vendored"
    ],
    "reqwest-rustls-tls": [
      "reqwest/rustls"
    ],
    "server": [
      "axum",
      "axum-extra",
      "rand",
      "chrono",
      "pkce-std",
      "time",
      "uuid",
      "http",
      "tower",
      "tracing",
      "tokio/full"
    ]
  },
  "features2": {
    "authentication": [
      "server",
      "dep:html-escape"
    ],
    "default": [
      "server",
      "authentication",
      "jwt",
      "moka-cache",
      "reqwest-rustls-tls"
    ],
    "full": [
      "server",
      "authentication",
      "jwt",
      "moka-cache",
      "redis",
      "redis-rustls",
      "sql-cache-all",
      "reqwest-rustls-tls"
    ],
    "jwt": [
      "dep:jsonwebtoken",
      "dep:base64"
    ],
    "moka-cache": [
      "authentication",
      "dep:moka"
    ],
    "redis": [
      "authentication",
      "dep:redis"
    ],
    "redis-native-tls": [
      "authentication",
      "redis",
      "redis?/tokio-native-tls-comp"
    ],
    "redis-rustls": [
      "authentication",
      "redis",
      "redis?/tokio-rustls-comp"
    ],
    "sql-cache-all": [
      "sql-cache-postgres",
      "sql-cache-mysql",
      "sql-cache-sqlite"
    ],
    "sql-cache-mysql": [
      "authentication",
      "dep:sqlx",
      "sqlx?/mysql"
    ],
    "sql-cache-postgres": [
      "authentication",
      "dep:sqlx",
      "sqlx?/postgres"
    ],
    "sql-cache-sqlite": [
      "authentication",
      "dep:sqlx",
      "sqlx?/sqlite"
    ],
    "wasm": [
      "jwt"
    ]
  },
  "index_path": "ax/um/axum-oidc-client",
  "name": "axum-oidc-client",
  "pubtime": "2026-06-04T10:06:01Z",
  "v": 2,
  "vers": "0.7.0",
  "yanked": false
}
