{
  "cksum": "610f61f2b59532edc99d7b20039acafc567a70dd649b992ce31b4fc971d4df55",
  "crate_file": "djangohashers-1.3.1.crate",
  "crate_url": "https://static.crates.io/crates/djangohashers/djangohashers-1.3.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bcrypt",
      "optional": true,
      "req": "^0.8",
      "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": "hmac",
      "optional": true,
      "req": "^0.9.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.9.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pbkdf2",
      "optional": true,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pwhash",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "quickcheck",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.0",
      "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": "sha-1",
      "optional": true,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.9.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "with_pbkdf2",
      "with_argon2",
      "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",
      "pbkdf2",
      "sha-1",
      "sha2",
      "hmac"
    ]
  },
  "index_path": "dj/an/djangohashers",
  "name": "djangohashers",
  "pubtime": "2020-09-13T11:01:20Z",
  "vers": "1.3.1",
  "yanked": false
}
