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