{
  "cksum": "c1e8d592699c83e552d3cc21fd08799bd82b32017f3b1d0396ca7e1dbfe92c45",
  "crate_file": "axum-security-0.0.2.crate",
  "crate_url": "https://static.crates.io/crates/axum-security/axum-security-0.0.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "tokio",
        "query"
      ],
      "kind": "normal",
      "name": "axum",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "axum-security-macros",
      "optional": true,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum-security-oauth2",
      "optional": true,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "axum-security-oidc",
      "optional": true,
      "req": "^0.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "axum"
      ],
      "kind": "normal",
      "name": "cookie-monster",
      "optional": true,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dashmap",
      "optional": true,
      "req": "^6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^1.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "jiff",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "aws_lc_rs"
      ],
      "kind": "normal",
      "name": "jsonwebtoken",
      "optional": true,
      "req": "^10.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project-lite",
      "optional": true,
      "req": "^0.2.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": true,
      "req": "^2.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1.44",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "v7"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "wincode",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    }
  ],
  "features": {
    "pbac": [],
    "rbac": []
  },
  "features2": {
    "basic-auth": [
      "dep:base64"
    ],
    "chrono": [
      "dep:chrono",
      "cookie-monster?/chrono",
      "axum-security-oidc?/chrono"
    ],
    "cookie": [
      "dep:cookie-monster",
      "dep:uuid"
    ],
    "headers": [
      "dep:pin-project-lite"
    ],
    "jiff": [
      "dep:jiff",
      "cookie-monster?/jiff",
      "axum-security-oidc?/jiff"
    ],
    "jwt": [
      "dep:jsonwebtoken"
    ],
    "macros": [
      "dep:axum-security-macros"
    ],
    "oauth2": [
      "dep:axum-security-oauth2",
      "axum-security-oauth2/reqwest",
      "axum-security-oauth2/rustls",
      "dep:url",
      "dep:wincode",
      "dep:base64",
      "dep:hmac",
      "dep:sha2",
      "dep:rand",
      "dep:subtle",
      "cookie"
    ],
    "oidc": [
      "dep:axum-security-oidc",
      "axum-security-oidc/reqwest",
      "axum-security-oidc/rustls",
      "dep:url",
      "dep:wincode",
      "dep:base64",
      "dep:hmac",
      "dep:sha2",
      "dep:rand",
      "dep:subtle",
      "cookie"
    ],
    "time": [
      "dep:time",
      "cookie-monster?/time",
      "axum-security-oidc?/time"
    ],
    "tracing": [
      "dep:tracing"
    ]
  },
  "index_path": "ax/um/axum-security",
  "name": "axum-security",
  "pubtime": "2026-07-06T09:36:51Z",
  "v": 2,
  "vers": "0.0.2",
  "yanked": false
}
