postg-arrow 0.1.7

Arrow integration for postg-rs via native Postgres binary protocols
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 = "2021"
name = "postg-arrow"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arrow integration for postg-rs via native Postgres binary protocols"
readme = "README.md"
license = "MIT"
repository = "https://github.com/oonid/postg-rs"

[features]
parquet = ["dep:parquet"]

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "59.2.0"
features = ["csv"]

[dependencies.async-stream]
version = "0.3.6"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.parquet]
version = "59.2.0"
optional = true

[dependencies.postgres-protocol]
version = "0.6"

[dependencies.postgres-types]
version = "0.2"
features = [
    "with-uuid-1",
    "with-serde_json-1",
    "with-chrono-0_4",
]

[dependencies.sqlx]
version = "0.8.6"
features = [
    "postgres",
    "runtime-tokio-rustls",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]