[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.convergence]
version = "0.17.0"
[dependencies.datafusion]
version = "47"
[dependencies.rust_decimal]
features = ["default", "db-postgres"]
version = "1.37.1"
[dependencies.tokio]
version = "1"
[dependencies.tokio-postgres]
features = ["with-chrono-0_4"]
version = "0.7"
[[example]]
name = "datafusion"
path = "examples/datafusion.rs"
[lib]
name = "convergence_arrow"
path = "src/lib.rs"
[package]
authors = ["Ruan Pearce-Authers <ruanpa@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utils for bridging Apache Arrow and PostgreSQL's wire protocol"
edition = "2018"
license = "MIT"
name = "convergence-arrow"
readme = false
repository = "https://github.com/returnString/convergence"
version = "0.17.1"
[[test]]
name = "test_arrow"
path = "tests/test_arrow.rs"
[[test]]
name = "test_datafusion"
path = "tests/test_datafusion.rs"