[package]
name = "taxa-sql"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
description = "taxa SqlSource: ingest a Postgres query into an in-memory Polars DataFrame (a taxa_core::Source)."
[dependencies]
taxa-core = { path = "../taxa-core", version = "0.1.0" }
polars = { workspace = true, features = [
"lazy",
"dtype-i16",
"fmt",
] }
postgres = { version = "0.19", features = ["with-chrono-0_4"] }
rust_decimal = { version = "1", features = ["db-postgres"] }
chrono = "0.4"