# 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.76" name = "datafusion-postgres" version = "0.3.0" authors = ["Ning Sun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Exporting datafusion query engine with postgres wire protocol" homepage = "https://github.com/sunng87/datafusion-postgres/" documentation = "https://docs.rs/crate/datafusion-postgres/" readme = "README.md" keywords = [ "database", "postgresql", ] license = "Apache-2.0" repository = "https://github.com/sunng87/datafusion-postgres/" [lib] name = "datafusion_postgres" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["std"] [dependencies.datafusion] version = "42" default-features = false [dependencies.futures] version = "0.3" [dependencies.pgwire] version = "0.25"