{
  "cksum": "17f35b95f0a284d2e0c7c9b41b550627e24858744ce802244e82d568b883be61",
  "crate_file": "djangohashers-1.5.2.crate",
  "crate_url": "https://static.crates.io/crates/djangohashers/djangohashers-1.5.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bcrypt",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "constant_time_eq",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fastpbkdf2",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex_fmt",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "md-5",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pwhash",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "quickcheck",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ring",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rust-argon2",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "scrypt",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha-1",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "with_pbkdf2",
      "with_argon2",
      "with_scrypt",
      "with_bcrypt",
      "with_legacy"
    ],
    "fpbkdf2": [
      "base64",
      "constant_time_eq",
      "fastpbkdf2"
    ],
    "fuzzy_tests": [],
    "with_argon2": [
      "base64",
      "constant_time_eq",
      "rust-argon2"
    ],
    "with_bcrypt": [
      "bcrypt",
      "sha2"
    ],
    "with_legacy": [
      "pwhash",
      "constant_time_eq",
      "md-5",
      "sha-1",
      "hex_fmt"
    ],
    "with_pbkdf2": [
      "base64",
      "constant_time_eq",
      "ring"
    ],
    "with_scrypt": [
      "base64",
      "constant_time_eq",
      "scrypt"
    ]
  },
  "index_path": "dj/an/djangohashers",
  "name": "djangohashers",
  "pubtime": "2022-01-05T22:21:23Z",
  "vers": "1.5.2",
  "yanked": false
}
