# 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 = "parquet-cat" version = "0.1.1" description = "A command-line tool to explore Parquet files on S3, with folder support" readme = "README.md" keywords = [ "Parquet", "S3", "cat", ] license = "MIT" repository = "https://github.com/DengYiping/parquet-cat/" [[bin]] name = "pcat" path = "src/main.rs" [dependencies.aws-config] version = "0.48.0" [dependencies.aws-types] version = "0.48.0" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.datafusion] version = "11.0.0" [dependencies.object_store] version = "0.4.0" features = ["aws"] [dependencies.tokio] version = "1.20.1" [dependencies.url] version = "2.2.2"