cc2p 0.6.1

Convert a CSV to parquet file format
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"
rust-version = "1.88.0"
name = "cc2p"
version = "0.6.1"
authors = ["rayyildiz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert a CSV to parquet file format"
homepage = "https://rayyildiz.com/projects/cc2p"
readme = "README.md"
keywords = [
    "cli",
    "csv",
    "parquet",
]
categories = [
    "parsing",
    "text-processing",
]
license-file = "LICENSE"
repository = "https://github.com/rayyildiz/cc2p"

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

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

[dependencies.arrow-csv]
version = "58"

[dependencies.arrow-schema]
version = "58"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.glob]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.once_cell]
version = "1.21"

[dependencies.parquet]
version = "58"
features = [
    "arrow-csv",
    "arrow",
]

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]
default-features = false

[dependencies.regex]
version = "1.11"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "fs",
    "time",
    "sync",
    "macros",
    "io-util",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true