{
  "cksum": "b9b2cb8a2168b136df7c73718e13807938dd26f7ab96901533b6345bf728cfd5",
  "crate_file": "narwhal-drivers-2.0.0.crate",
  "crate_url": "https://static.crates.io/crates/narwhal-drivers/narwhal-drivers-2.0.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bundled",
        "chrono"
      ],
      "kind": "normal",
      "name": "duckdb",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "minimal-rust",
        "rustls-tls"
      ],
      "kind": "normal",
      "name": "mysql_async",
      "optional": true,
      "req": "^0.34",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "chrono",
        "bigdecimal"
      ],
      "kind": "normal",
      "name": "mysql_common",
      "optional": true,
      "req": "^0.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "narwhal-core",
      "optional": false,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "stream",
        "rustls-tls",
        "charset",
        "http2",
        "system-proxy"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bundled",
        "chrono",
        "column_decltype"
      ],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": "^0.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-native-certs",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "chrono",
        "rustls",
        "tds73"
      ],
      "kind": "normal",
      "name": "tiberius",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.40",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with-chrono-0_4",
        "with-uuid-1",
        "with-serde_json-1"
      ],
      "kind": "normal",
      "name": "tokio-postgres",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-postgres-rustls",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "compat"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "v4",
        "serde"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.10",
      "target": null
    }
  ],
  "features": {
    "default": []
  },
  "features2": {
    "all-drivers": [
      "postgres",
      "mysql",
      "sqlite",
      "duckdb",
      "clickhouse",
      "mssql"
    ],
    "clickhouse": [
      "dep:reqwest",
      "dep:futures-util",
      "dep:bytes",
      "dep:url",
      "dep:parking_lot",
      "dep:uuid"
    ],
    "duckdb": [
      "dep:duckdb",
      "dep:chrono"
    ],
    "mssql": [
      "dep:tiberius",
      "dep:tokio-util",
      "dep:futures",
      "dep:chrono",
      "dep:uuid"
    ],
    "mysql": [
      "dep:mysql_async",
      "dep:mysql_common",
      "dep:futures",
      "dep:chrono",
      "dep:serde_json"
    ],
    "postgres": [
      "dep:tokio-postgres",
      "dep:bytes",
      "dep:rustls",
      "dep:tokio-postgres-rustls",
      "dep:rustls-native-certs",
      "dep:rustls-pemfile",
      "dep:lru",
      "dep:futures",
      "dep:chrono",
      "dep:serde_json",
      "dep:uuid"
    ],
    "sqlite": [
      "dep:rusqlite"
    ]
  },
  "index_path": "na/rw/narwhal-drivers",
  "name": "narwhal-drivers",
  "pubtime": "2026-06-05T22:21:00Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "2.0.0",
  "yanked": false
}
