{
  "cksum": "7db479df0797af796c7dab25786ecd4b30dad0489b3efd9ef570b778f107fb89",
  "crate_file": "cyaxon-authifier-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/cyaxon-authifier/cyaxon-authifier-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "tokio02",
        "tokio1",
        "attributes"
      ],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.56",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base32",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bcrypt",
      "optional": false,
      "req": "^0.15.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bson",
      "optional": true,
      "req": "^2.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cyaxon_okapi",
      "optional": true,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "swagger"
      ],
      "kind": "normal",
      "name": "cyaxon_rocket_okapi",
      "optional": true,
      "req": "^0.9.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "handlebars",
      "optional": false,
      "req": "^4.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iso8601-timestamp",
      "optional": false,
      "req": "^0.1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lettre",
      "optional": false,
      "req": "^0.10.0-alpha.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mongodb",
      "optional": true,
      "req": "^2.2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nanoid",
      "optional": false,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.11.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "rocket",
      "optional": true,
      "req": "^0.5.0-rc.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "schemars",
      "optional": true,
      "req": "^0.8.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.116",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.81",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "totp-lite",
      "optional": false,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ulid",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "validator",
      "optional": false,
      "req": "^0.15.0",
      "target": null
    }
  ],
  "features": {
    "async-std-runtime": [
      "async-std",
      "mongodb/async-std-runtime"
    ],
    "database-mongodb": [
      "mongodb",
      "bson"
    ],
    "default": [
      "async-std-runtime",
      "database-mongodb",
      "default_inbuilts"
    ],
    "default_inbuilts": [
      "pwned_passwords",
      "hcaptcha",
      "shield"
    ],
    "have_i_been_pwned": [],
    "hcaptcha": [],
    "okapi_impl": [
      "cyaxon_rocket_okapi",
      "cyaxon_okapi",
      "schemas"
    ],
    "pwned_passwords": [],
    "rocket_impl": [
      "rocket"
    ],
    "schemas": [
      "schemars"
    ],
    "shield": [
      "reqwest"
    ],
    "temporary_emails": []
  },
  "index_path": "cy/ax/cyaxon-authifier",
  "name": "cyaxon-authifier",
  "pubtime": "2024-09-17T13:23:54Z",
  "vers": "0.1.0",
  "yanked": false
}
