{
  "cksum": "71c7958cdb2504b7a7cd9c79160e69b0749bdcb109b0233112423d48c2a98342",
  "crate_file": "msqlx-mysql-0.9.0-msqlx.2.crate",
  "crate_url": "https://static.crates.io/crates/msqlx-mysql/msqlx-mysql-0.9.0-msqlx.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bigdecimal",
      "optional": true,
      "req": "^0.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "byteorder",
      "optional": false,
      "req": "^1.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "clock"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crc",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "digest",
      "optional": false,
      "req": "^0.11.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dotenvy",
      "optional": false,
      "req": "^0.15.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": false,
      "req": "^1.6.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": false,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc",
        "sink",
        "io"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "generic-array",
      "optional": false,
      "req": "^0.14.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": false,
      "req": "^2.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "thread_rng"
      ],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.10.0-rc.18",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": true,
      "req": "^1.36.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.219",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha1",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx-core",
      "optional": false,
      "package": "msqlx-core",
      "req": "=0.9.0-msqlx.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "formatting",
        "parsing",
        "macros"
      ],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3.47",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "log"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.37",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.12.1",
      "target": null
    }
  ],
  "features": {
    "any": [
      "sqlx-core/any"
    ],
    "default": [],
    "json": [
      "sqlx-core/json",
      "serde"
    ],
    "offline": [
      "sqlx-core/offline",
      "serde/derive",
      "bitflags/serde"
    ]
  },
  "features2": {
    "bigdecimal": [
      "dep:bigdecimal",
      "sqlx-core/bigdecimal"
    ],
    "chrono": [
      "dep:chrono",
      "sqlx-core/chrono"
    ],
    "migrate": [
      "sqlx-core/migrate",
      "dep:crc"
    ],
    "rsa": [
      "dep:rand",
      "dep:rsa"
    ],
    "rust_decimal": [
      "dep:rust_decimal",
      "rust_decimal/maths",
      "sqlx-core/rust_decimal"
    ],
    "time": [
      "dep:time",
      "sqlx-core/time"
    ],
    "uuid": [
      "dep:uuid",
      "sqlx-core/uuid"
    ]
  },
  "index_path": "ms/ql/msqlx-mysql",
  "name": "msqlx-mysql",
  "pubtime": "2026-05-24T04:32:14Z",
  "rust_version": "1.94.0",
  "v": 2,
  "vers": "0.9.0-msqlx.2",
  "yanked": false
}
