csv2arrow 0.26.1

Convert CSV files to Arrow
# 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 = "csv2arrow"
version = "0.26.1"
authors = ["Dominik Moritz <domoritz@cmu.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert CSV files to Arrow"
homepage = "https://github.com/domoritz/arrow-tools/tree/main/crates/csv2arrow"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/domoritz/arrow-tools"

[[bin]]
name = "csv2arrow"
path = "src/main.rs"

[dependencies.arrow]
version = "58.1"

[dependencies.arrow-schema]
version = "58.1"
features = ["serde"]

[dependencies.arrow-tools]
version = "0.26"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.flate2]
version = "1.1"
features = ["zlib-ng"]

[dependencies.libz-ng-sys]
version = "<1.1.24"

[dependencies.regex]
version = "1.12"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.predicates]
version = "3.1"