[package] name = "json2parquet" version = "0.19.0" authors = ["Dominik Moritz "] license = "MIT/Apache-2.0" edition = "2021" repository = "https://github.com/domoritz/arrow-tools" homepage = "https://github.com/domoritz/arrow-tools/tree/main/crates/json2parquet" description = "Convert JSON files to Parquet" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] parquet = "52.2.0" arrow = "52.2.0" arrow-schema = { version = "52.0.0", features = ["serde"] } serde_json = "1.0.127" clap = { version = "4.5.13", features = ["derive"] } arrow-tools = { version = "0.19.0", path = "../arrow-tools" } [dev-dependencies] assert_cmd = "2.0.14" predicates = "3.1.0"