# 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 = "2018" name = "convergence-arrow" version = "0.16.0" authors = ["Ruan Pearce-Authers "] description = "Utils for bridging Apache Arrow and PostgreSQL's wire protocol" license = "MIT" repository = "https://github.com/returnString/convergence" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.convergence] version = "0.16.0" [dependencies.datafusion] version = "37" [dependencies.tokio] version = "1" [dev-dependencies.tokio-postgres] version = "0.7" features = ["with-chrono-0_4"]