datafusion-dist-cluster-postgres 0.3.0

A PostgreSQL cluster implementation for datafusion-dist
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "datafusion-dist-cluster-postgres"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PostgreSQL cluster implementation for datafusion-dist"
homepage = "https://github.com/systemxlabs/datafusion-dist"
readme = false
license = "MIT"
repository = "https://github.com/systemxlabs/datafusion-dist"

[lib]
name = "datafusion_dist_cluster_postgres"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bb8]
version = "0.9"

[dependencies.bb8-postgres]
version = "0.9"

[dependencies.datafusion-dist]
version = "0.3.0"

[dependencies.derive-with]
version = "0.7.0"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.sysinfo]
version = "0.37"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
version = "1.18"