# 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" name = "postquet" version = "0.1.0" authors = ["Per Arneng"] description = "PostQuet: Stream PostgreSQL tables/queries to Parquet files seamlessly with this high-performance, Rust-based command-line tool." homepage = "https://github.com/PerArneng/postquet" readme = "README.md" keywords = [ "postgresql", "parquet", ] categories = [ "command-line-utilities", "database", "data-processing", ] license = "Apache-2.0" repository = "https://github.com/PerArneng/postquet" [dependencies.arrow] version = "36.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures-util] version = "0.3.19" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.14" [dependencies.parquet] version = "36.0.0" [dependencies.tokio] version = "1.16" features = ["full"] [dependencies.tokio-postgres] version = "0.7.2" features = ["with-chrono-0_4"]