arrow-pg 0.12.0

Arrow data mapping and encoding/decoding for Postgres
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"
rust-version = "1.89"
name = "arrow-pg"
version = "0.12.0"
authors = ["Ning Sun <n@sunng.info>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arrow data mapping and encoding/decoding for Postgres"
homepage = "https://github.com/datafusion-contrib/datafusion-postgres/"
documentation = "https://docs.rs/crate/datafusion-postgres/"
readme = "README.md"
keywords = [
    "database",
    "postgresql",
    "datafusion",
]
license = "Apache-2.0"
repository = "https://github.com/datafusion-contrib/datafusion-postgres/"

[features]
arrow = ["dep:arrow"]
datafusion = ["dep:datafusion"]
default = ["arrow"]
geo = [
    "postgres-types/with-geo-types-0_7",
    "dep:geoarrow",
    "dep:geoarrow-schema",
    "dep:wkb",
]

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

[dependencies.arrow]
version = "57"
optional = true

[dependencies.arrow-schema]
version = "57"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4"
features = ["std"]

[dependencies.datafusion]
version = "52"
optional = true
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.geoarrow]
version = "0.7"
optional = true

[dependencies.geoarrow-schema]
version = "0.7"
optional = true

[dependencies.pg_interval]
version = "0.5.1"
package = "pg_interval_2"

[dependencies.pgwire]
version = "0.38"
features = [
    "server-api",
    "pg-ext-types",
]
default-features = false

[dependencies.postgres-types]
version = "0.2"

[dependencies.rust_decimal]
version = "1.40"
features = ["db-postgres"]

[dependencies.wkb]
version = "0.9"
optional = true

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio]
version = "1.49"
features = ["full"]