# 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 = "xpq2" version = "0.2.2" authors = ["Fabio B. Silva "] description = "Simple command line tool for analyzing parquet files" homepage = "https://github.com/d33tah/xpq2" documentation = "https://github.com/d33tah/xpq2" readme = "README.md" keywords = [ "parquet", "cli", "command", ] categories = [ "command-line-utilities", "parquet", ] license = "MIT" repository = "https://github.com/d33tah/xpq2" [dependencies.clap] version = "^3.2" [dependencies.csv] version = "^1.1" [dependencies.either] version = "^1.7" [dependencies.parquet] version = "^22.0" [dependencies.quick-error] version = "^1.2" [dependencies.rand] version = "^0.8" [dependencies.regex] version = "^1.6" [dependencies.streaming-stats] version = "^0.2" [dependencies.tabwriter] version = "^1.2" [dependencies.unicode-width] version = "^0.1" [dependencies.walkdir] version = "^2.3" [dev-dependencies.chrono] version = "^0.4" [dev-dependencies.parquet_derive] version = "^22.0" [dev-dependencies.tempfile] version = "^3.3"