reshard-tokenized 0.1.0

CLI for merging tokenized shard .npy files and remapping .csv.gz metadata offsets.
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 = "reshard-tokenized"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for merging tokenized shard .npy files and remapping .csv.gz metadata offsets."
readme = "README.md"
keywords = [
    "cli",
    "npy",
    "csv",
    "sharding",
    "tokenized",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/soldni/reshard-tokenized"

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

[[bin]]
name = "reshard-tokenized"
path = "src/main.rs"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

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

[dependencies.csv]
version = "1.4.0"

[dependencies.flate2]
version = "1.1.0"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dependencies.walkdir]
version = "2.5.0"

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