# 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 = "parquet2json" version = "4.0.0" authors = ["Pieter Raubenheimer "] description = "A command-line tool for streaming Parquet as line-delimited JSON" readme = "README.md" license = "MIT" repository = "https://github.com/jupiter/parquet2json" [dependencies.arrow-array] version = "52.0.0" [dependencies.arrow-cast] version = "52.0.0" [dependencies.arrow-json] version = "52.0.0" [dependencies.arrow-schema] version = "52.0.0" [dependencies.aws-config] version = "1.1.8" [dependencies.aws-runtime] version = "1.1.8" [dependencies.aws-types] version = "1.1.8" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.object_store] version = "0.10.1" features = [ "aws", "http", ] [dependencies.parquet] version = "52.0.0" features = [ "async", "json", "object_store", ] [dependencies.tokio] version = "1.36.0" features = ["rt-multi-thread"] [dependencies.tokio-stream] version = "0.1" [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3"