{
  "cksum": "4a732193888328fc060ab901c0ed1355521267a51ffbfd9a0b3786434c6b8e7f",
  "crate_file": "mysql-28.0.0.crate",
  "crate_url": "https://static.crates.io/crates/mysql/mysql-28.0.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bufstream",
      "optional": false,
      "req": "~0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-queue",
      "optional": false,
      "req": "^0.3.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-utils",
      "optional": false,
      "req": "^0.8.21",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "frunk",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "io-enum",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(unix)"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": false,
      "req": "^0.16.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mysql_common",
      "optional": false,
      "req": "^0.37.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time",
        "frunk"
      ],
      "kind": "dev",
      "name": "mysql_common",
      "optional": false,
      "req": "^0.37.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "named_pipe",
      "optional": false,
      "req": "~0.4",
      "target": "cfg(target_os = \"windows\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pem",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": false,
      "req": "^2.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "socket2",
      "optional": false,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "time",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "xxhash64"
      ],
      "kind": "normal",
      "name": "twox-hash",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "webpki",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^1.0.5",
      "target": null
    }
  ],
  "features": {
    "bigdecimal": [
      "mysql_common/bigdecimal"
    ],
    "binlog": [
      "mysql_common/binlog"
    ],
    "buffer-pool": [],
    "chrono": [
      "mysql_common/chrono"
    ],
    "client_ed25519": [
      "mysql_common/client_ed25519"
    ],
    "client_parsec": [
      "mysql_common/client_parsec"
    ],
    "default": [
      "minimal",
      "derive",
      "buffer-pool"
    ],
    "default-rust": [
      "minimal-rust",
      "derive",
      "buffer-pool"
    ],
    "derive": [
      "mysql_common/derive"
    ],
    "frunk": [
      "mysql_common/frunk"
    ],
    "minimal": [
      "flate2/zlib"
    ],
    "minimal-rust": [
      "flate2/rust_backend"
    ],
    "nightly": [],
    "rust_decimal": [
      "mysql_common/rust_decimal"
    ],
    "time": [
      "mysql_common/time"
    ]
  },
  "features2": {
    "native-tls": [
      "dep:native-tls"
    ],
    "rustls": [
      "dep:rustls",
      "rustls/logging",
      "rustls/std",
      "rustls/tls12",
      "webpki",
      "webpki-roots",
      "rustls-pemfile"
    ],
    "rustls-tls": [
      "rustls",
      "rustls/aws_lc_rs"
    ],
    "rustls-tls-ring": [
      "rustls",
      "rustls/ring"
    ]
  },
  "index_path": "my/sq/mysql",
  "name": "mysql",
  "pubtime": "2026-03-17T11:48:58Z",
  "v": 2,
  "vers": "28.0.0",
  "yanked": false
}
