datafusion-postgres-cli 0.17.0

Command-line tool for DataFusion's Postgres Protocol frontend
# 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 = "2024"
rust-version = "1.89"
name = "datafusion-postgres-cli"
version = "0.17.0"
authors = ["Ning Sun <n@sunng.info>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for DataFusion's Postgres Protocol frontend"
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/"
resolver = "2"

[[bin]]
name = "datafusion-postgres-cli"
path = "src/main.rs"

[dependencies.datafusion]
version = "53"
features = ["avro"]

[dependencies.datafusion-postgres]
version = "0.17.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.structopt]
version = "0.3"
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]
default-features = false