datafusion-pg-catalog 0.15.1

pg_catalog compatibility for datafusion
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 = "datafusion-pg-catalog"
version = "0.15.1"
authors = ["Ning Sun <n@sunng.info>"]
build = false
include = [
    "src/**/*",
    "pg_catalog_arrow_exports/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pg_catalog compatibility for datafusion"
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/"

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

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

[dependencies.datafusion]
version = "52"
features = ["sql"]

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

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

[dependencies.tokio]
version = "1.49"
features = ["sync"]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.env_logger]
version = "0.11"