datu 0.3.4

datu - a data file utility
Documentation
# 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 = "2024"
name = "datu"
version = "0.3.4"
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "datu - a data file utility"
readme = "README.md"
license = "MIT"
repository = "https://github.com/aisrael/datu"

[lib]
name = "datu"
path = "src/lib.rs"

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

[[test]]
name = "cli"
path = "tests/cli.rs"
harness = false

[[test]]
name = "repl"
path = "tests/repl.rs"
harness = false

[[bench]]
name = "parquet_to_avro"
path = "benches/parquet_to_avro.rs"
harness = false

[dependencies.arrow]
version = "57.2"

[dependencies.arrow-avro]
version = "57.2"

[dependencies.arrow-json]
version = "57.2"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6"
features = [
    "cargo",
    "derive",
]

[dependencies.csv]
version = "1.4"

[dependencies.datafusion]
version = "52.3"
features = ["avro"]

[dependencies.dirs]
version = "2.0"
package = "dirs-next"

[dependencies.eyre]
version = "0.6"

[dependencies.flt]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.hashlink]
version = "0.10"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.orc-rust]
version = "0.7.1"

[dependencies.parquet]
version = "57.2"

[dependencies.rand]
version = "0.8"

[dependencies.reservoir-sampling]
version = "0.5.1"

[dependencies.rust_xlsxwriter]
version = "0.94"
features = ["chrono"]

[dependencies.rustc-literal-escaper]
version = "0.0.7"

[dependencies.rustyline]
version = "17"

[dependencies.saphyr]
version = "0.0.6"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.50"
features = [
    "macros",
    "rt",
    "sync",
]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.cucumber]
version = "0.22.1"

[dev-dependencies.expectrl]
version = "0.8"

[dev-dependencies.gherkin]
version = "0.15"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3"