[dependencies.arrow-pg]
default-features = false
features = ["datafusion"]
version = "0.8.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1.10.1"
[dependencies.chrono]
features = ["std"]
version = "0.4"
[dependencies.datafusion]
default-features = false
version = "50"
[dependencies.datafusion-pg-catalog]
version = "0.12.0"
[dependencies.futures]
version = "0.3"
[dependencies.getset]
version = "0.1"
[dependencies.log]
version = "0.4"
[dependencies.pgwire]
default-features = false
features = ["server-api-ring"]
version = "0.34"
[dependencies.postgres-types]
version = "0.2"
[dependencies.rust_decimal]
features = ["db-postgres"]
version = "1.39"
[dependencies.rustls-pemfile]
version = "2.0"
[dependencies.rustls-pki-types]
version = "1.0"
[dependencies.tokio]
features = ["sync", "net"]
version = "1.48"
[dependencies.tokio-rustls]
default-features = false
features = ["ring"]
version = "0.26"
[dev-dependencies.env_logger]
version = "0.11"
[lib]
name = "datafusion_postgres"
path = "src/lib.rs"
[package]
authors = ["Ning Sun <n@sunng.info>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Exporting datafusion query engine with postgres wire protocol"
documentation = "https://docs.rs/crate/datafusion-postgres/"
edition = "2021"
homepage = "https://github.com/datafusion-contrib/datafusion-postgres/"
keywords = ["database", "postgresql", "datafusion"]
license = "Apache-2.0"
name = "datafusion-postgres"
readme = "README.md"
repository = "https://github.com/datafusion-contrib/datafusion-postgres/"
rust-version = "1.86.0"
version = "0.12.0"
[[test]]
name = "dbeaver"
path = "tests/dbeaver.rs"
[[test]]
name = "metabase"
path = "tests/metabase.rs"
[[test]]
name = "pgcli"
path = "tests/pgcli.rs"
[[test]]
name = "psql"
path = "tests/psql.rs"