[[bin]]
name = "postgres_to_polars"
path = "bin/test.rs"
[dependencies.bb8]
version = "0.9.0"
[dependencies.byteorder]
version = "1.5.0"
[dependencies.bytes]
version = "1.10.1"
[dependencies.fallible-iterator]
version = "0.2.0"
[dependencies.md5]
version = "0.8.0"
[dependencies.nanoid]
version = "0.4.0"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.polars]
default-features = false
features = ["dtype-datetime"]
version = "0.52.0"
[dependencies.postgres-protocol]
version = "0.6.9"
[dependencies.slice]
version = "0.0.4"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["full", "net"]
version = "1.47.1"
[dependencies.tracing]
version = "0.1.44"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.22"
[lib]
name = "postgres_to_polars"
path = "src/lib.rs"
[package]
authors = ["Christophe Sonneville <christophe@swappy.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for direct and performant conversion of PostgreSQL data to Polars dataframes."
edition = "2024"
license = "Apache-2.0"
name = "postgres_to_polars"
readme = "README.md"
repository = "https://github.com/krikristoophe/postgres_to_polars"
version = "0.5.13"
[[test]]
name = "load"
path = "tests/load.rs"
[[test]]
name = "query"
path = "tests/query.rs"