{
  "cksum": "b91bd46d9cf46128d9c849607335b191286a07f9d5f4745484841e93a724855b",
  "crate_file": "mssql-auth-0.19.3.crate",
  "crate_url": "https://static.crates.io/crates/mssql-auth/mssql-auth-0.19.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "azure_core",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "azure_identity",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "azure_security_keyvault_keys",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libgssapi",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "p12",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sha2"
      ],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha1",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sspi",
      "optional": true,
      "req": "^0.18",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "net",
        "io-util",
        "sync",
        "time",
        "macros",
        "rt",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.48",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-test",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "Win32_Foundation",
        "Win32_Security_Cryptography",
        "Win32_Security_Authentication_Identity",
        "Win32_Security_Credentials"
      ],
      "kind": "normal",
      "name": "windows",
      "optional": true,
      "req": "^0.62",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1.8",
      "target": null
    }
  ],
  "features": {
    "default": []
  },
  "features2": {
    "always-encrypted": [
      "dep:aes",
      "dep:cbc",
      "dep:hmac",
      "dep:sha1",
      "dep:sha2",
      "dep:rsa",
      "dep:rand",
      "dep:parking_lot"
    ],
    "azure-identity": [
      "dep:azure_identity",
      "dep:azure_core",
      "dep:time"
    ],
    "azure-keyvault": [
      "always-encrypted",
      "dep:azure_security_keyvault_keys",
      "dep:azure_identity",
      "dep:azure_core",
      "dep:url"
    ],
    "cert-auth": [
      "dep:azure_identity",
      "dep:azure_core",
      "dep:time",
      "dep:base64",
      "dep:p12",
      "dep:rustls-pemfile",
      "azure_identity/client_certificate"
    ],
    "integrated-auth": [
      "dep:libgssapi"
    ],
    "sspi-auth": [
      "dep:sspi",
      "dep:windows"
    ],
    "windows-certstore": [
      "always-encrypted",
      "dep:windows"
    ],
    "zeroize": [
      "dep:zeroize"
    ]
  },
  "index_path": "ms/sq/mssql-auth",
  "name": "mssql-auth",
  "pubtime": "2026-06-22T20:23:32Z",
  "rust_version": "1.88",
  "v": 2,
  "vers": "0.19.3",
  "yanked": false
}
