# 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 = "json2arrow" version = "0.19.0" authors = ["Dominik Moritz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert JSON files to Arrow" homepage = "https://github.com/domoritz/arrow-tools/tree/main/crates/json2arrow" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/domoritz/arrow-tools" [[bin]] name = "json2arrow" path = "src/main.rs" [dependencies.arrow] version = "52.2.0" [dependencies.arrow-schema] version = "52.0.0" features = ["serde"] [dependencies.arrow-tools] version = "0.19.0" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"