[[bench]]
harness = false
name = "index_vs_sort"
path = "benches/index_vs_sort.rs"
[[bin]]
name = "csv-managed"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.bincode]
features = ["serde"]
version = "2"
[dependencies.chrono]
default-features = false
features = ["alloc", "std", "serde", "clock"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5.50"
[dependencies.csv]
version = "1.4"
[dependencies.encoding_rs]
version = "0.8"
[dependencies.encoding_rs_io]
version = "0.1"
[dependencies.env_logger]
version = "0.11"
[dependencies.evalexpr]
version = "12"
[dependencies.itertools]
version = "0.14"
[dependencies.log]
version = "0.4"
[dependencies.rust_decimal]
features = ["serde"]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.similar]
version = "2"
[dependencies.thiserror]
version = "2"
[dependencies.uuid]
features = ["serde"]
version = "1"
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "csv_managed"
path = "src/lib.rs"
[package]
authors = ["Derek Williams <software.salt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "High-performance command-line toolkit for streaming, indexing, and transforming CSV datasets"
edition = "2024"
homepage = "https://github.com/softwaresalt/csv-managed"
keywords = ["csv", "data", "wrangling", "cli", "rust"]
license = "MIT"
name = "csv-managed"
readme = "README.md"
repository = "https://github.com/softwaresalt/csv-managed"
version = "1.0.1"
[[test]]
name = "cli"
path = "tests/cli.rs"
[[test]]
name = "preview"
path = "tests/preview.rs"
[[test]]
name = "probe"
path = "tests/probe.rs"
[[test]]
name = "process"
path = "tests/process.rs"
[[test]]
name = "schema"
path = "tests/schema.rs"
[[test]]
name = "stats"
path = "tests/stats.rs"
[[test]]
name = "stdin_pipeline"
path = "tests/stdin_pipeline.rs"