{
  "cksum": "5b9c61792d2ecf091564a3d1a73be807937a7d834c3928be8ff3fb3f18053319",
  "crate_file": "rok-crypto-0.6.0.crate",
  "crate_url": "https://static.crates.io/crates/rok-crypto/rok-crypto-0.6.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes-gcm",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bcrypt",
      "optional": true,
      "req": "^0.19",
      "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": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rand_core",
        "std"
      ],
      "kind": "normal",
      "name": "password-hash",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "password-hash"
      ],
      "kind": "normal",
      "name": "scrypt",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha3",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v7",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize_derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "password-policy": [],
    "snowflake": []
  },
  "features2": {
    "argon2": [
      "dep:argon2",
      "dep:password-hash"
    ],
    "bcrypt": [
      "dep:bcrypt"
    ],
    "cuid2": [
      "dep:sha3",
      "dep:rand"
    ],
    "default": [
      "ids",
      "hash",
      "encrypt"
    ],
    "encrypt": [
      "dep:aes-gcm",
      "dep:hmac",
      "dep:base64",
      "dep:sha2",
      "dep:serde_json",
      "dep:chrono",
      "dep:rand"
    ],
    "full": [
      "ids",
      "snowflake",
      "hash",
      "bcrypt",
      "scrypt",
      "sha",
      "encrypt",
      "zeroize",
      "totp",
      "jwt",
      "password-policy",
      "tokio"
    ],
    "hash": [
      "argon2"
    ],
    "ids": [
      "cuid2",
      "ulid",
      "uuid-v7",
      "nanoid"
    ],
    "jwt": [
      "dep:hmac",
      "dep:base64",
      "dep:serde_json",
      "dep:sha2"
    ],
    "nanoid": [
      "dep:rand"
    ],
    "scrypt": [
      "dep:scrypt",
      "dep:password-hash"
    ],
    "sha": [
      "dep:sha2",
      "dep:sha3"
    ],
    "tokio": [
      "dep:tokio",
      "tokio/rt"
    ],
    "totp": [
      "dep:hmac",
      "dep:sha2"
    ],
    "ulid": [
      "dep:rand"
    ],
    "uuid-v7": [
      "dep:uuid"
    ],
    "zeroize": [
      "dep:zeroize"
    ]
  },
  "index_path": "ro/k-/rok-crypto",
  "name": "rok-crypto",
  "pubtime": "2026-05-21T14:57:27Z",
  "v": 2,
  "vers": "0.6.0",
  "yanked": false
}
