{
  "cksum": "d67c0e5b142d6417f25f7e7f2acf630dd9100a527e586a81d2801db5ff4867e5",
  "crate_file": "fang-0.11.0.crate",
  "crate_url": "https://static.crates.io/crates/fang/fang-0.11.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-recursion",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cron",
      "optional": false,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "diesel",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "postgres"
      ],
      "kind": "normal",
      "name": "diesel-derive-enum",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "diesel_migrations",
      "optional": true,
      "req": "^2.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "postgres",
        "sqlite",
        "mysql"
      ],
      "kind": "dev",
      "name": "diesel_migrations",
      "optional": false,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dotenvy",
      "optional": true,
      "req": "^0.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fang-derive-error",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "fang-derive-error",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "any",
        "macros",
        "chrono",
        "uuid",
        "json",
        "runtime-tokio-rustls"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "any",
        "macros",
        "chrono",
        "uuid",
        "json",
        "runtime-tokio-rustls",
        "postgres",
        "sqlite",
        "mysql"
      ],
      "kind": "dev",
      "name": "sqlx",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "time",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "typed-builder",
      "optional": false,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "typetag",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "asynk": [
      "dep:tokio",
      "dep:async-trait",
      "dep:async-recursion"
    ],
    "asynk-mysql": [
      "asynk-sqlx",
      "sqlx?/mysql"
    ],
    "asynk-postgres": [
      "asynk-sqlx",
      "sqlx?/postgres"
    ],
    "asynk-sqlite": [
      "asynk-sqlx",
      "sqlx?/sqlite"
    ],
    "asynk-sqlx": [
      "asynk",
      "dep:sqlx"
    ],
    "blocking": [
      "dep:diesel",
      "dep:diesel-derive-enum",
      "dep:dotenvy",
      "diesel?/chrono",
      "diesel?/serde_json",
      "diesel?/uuid",
      "diesel?/r2d2"
    ],
    "blocking-mysql": [
      "blocking",
      "diesel?/mysql"
    ],
    "blocking-postgres": [
      "blocking",
      "diesel?/postgres"
    ],
    "blocking-sqlite": [
      "blocking",
      "diesel?/sqlite"
    ],
    "default": [
      "blocking",
      "asynk-sqlx",
      "derive-error",
      "blocking-postgres",
      "blocking-mysql",
      "blocking-sqlite",
      "migrations-postgres",
      "migrations-sqlite",
      "migrations-mysql"
    ],
    "derive-error": [
      "dep:fang-derive-error"
    ],
    "migrations": [
      "dep:diesel_migrations",
      "dep:diesel"
    ],
    "migrations-mysql": [
      "migrations",
      "diesel?/mysql"
    ],
    "migrations-postgres": [
      "migrations",
      "diesel?/postgres"
    ],
    "migrations-sqlite": [
      "migrations",
      "diesel?/sqlite"
    ]
  },
  "index_path": "fa/ng/fang",
  "name": "fang",
  "pubtime": "2026-07-02T16:34:24Z",
  "rust_version": "1.77",
  "v": 2,
  "vers": "0.11.0",
  "yanked": false
}
