{
  "cksum": "c33c39e756d686563ad2f3a6e4a1e2ff690acaae7669d7eca11136c709f0a2f5",
  "crate_file": "pg2any_lib-0.11.0.crate",
  "crate_url": "https://static.crates.io/crates/pg2any_lib/pg2any_lib-0.11.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "tokio",
        "gzip"
      ],
      "kind": "normal",
      "name": "async-compression",
      "optional": false,
      "req": "^0.4.42",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.89",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.44",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": false,
      "req": "^1.1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": true,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^1.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": true,
      "req": "^0.1.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "default-rustls"
      ],
      "kind": "normal",
      "name": "mysql_async",
      "optional": true,
      "req": "^0.37.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustls-tls"
      ],
      "kind": "normal",
      "name": "pg_walstream",
      "optional": false,
      "req": "^0.6.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "process"
      ],
      "kind": "normal",
      "name": "prometheus",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "cmake-build",
        "tokio"
      ],
      "kind": "normal",
      "name": "rdkafka",
      "optional": true,
      "req": "^0.39",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.149",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "runtime-tokio",
        "tls-rustls",
        "sqlite",
        "chrono",
        "uuid"
      ],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tds73",
        "sql-browser-tokio",
        "bigdecimal",
        "rust_decimal",
        "time",
        "chrono"
      ],
      "kind": "normal",
      "name": "tiberius",
      "optional": true,
      "req": "^0.12.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.52.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "compat",
        "io-util"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": false,
      "req": "^0.7.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.44",
      "target": null
    }
  ],
  "features": {
    "default": [
      "mysql",
      "sqlserver",
      "sqlite"
    ],
    "kafka": [
      "rdkafka",
      "futures-util",
      "base64"
    ],
    "metrics": [
      "hyper",
      "hyper-util",
      "http-body-util",
      "prometheus"
    ],
    "mysql": [
      "mysql_async",
      "futures-util"
    ],
    "sqlite": [
      "sqlx/sqlite"
    ],
    "sqlserver": [
      "tiberius"
    ]
  },
  "index_path": "pg/2a/pg2any_lib",
  "name": "pg2any_lib",
  "pubtime": "2026-05-28T09:42:59Z",
  "vers": "0.11.0",
  "yanked": false
}
