# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xpq" version = "0.2.1" authors = ["Fabio B. Silva "] description = "Simple command line tool for analyzing parquet files" homepage = "https://github.com/FabioBatSilva/xpq" documentation = "https://github.com/FabioBatSilva/xpq" readme = "README.md" keywords = ["parquet", "cli", "command"] categories = ["command-line-utilities", "parquet"] license = "MIT" repository = "https://github.com/FabioBatSilva/xpq" [dependencies.clap] version = "^2.33" [dependencies.csv] version = "^1.1" [dependencies.either] version = "^1.5" [dependencies.parquet] version = "^1.0" [dependencies.quick-error] version = "^1.2" [dependencies.rand] version = "^0.7" [dependencies.regex] version = "^1.3" [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.7" [dev-dependencies.tempfile] version = "3.1.0"