rustsight 1.2.3

A fast, safe CLI tool for dataset analysis and validation. Analyzes CSV files for column types, missing values, basic statistics (min/max/mean), outliers, no-variance columns, and mixed-type columns — helping you catch data quality issues before ML/AI training. Also supports binary and text file introspection.
# 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 = "rustsight"
version = "1.2.3"
build = false
exclude = [
    "*.csv",
    "*.txt",
    ".idea/",
    "src/boilerplate.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, safe CLI tool for dataset analysis and validation. Analyzes CSV files for column types, missing values, basic statistics (min/max/mean), outliers, no-variance columns, and mixed-type columns — helping you catch data quality issues before ML/AI training. Also supports binary and text file introspection."
homepage = "https://omarnahdi.dev/work/dataset-analyzer"
documentation = "https://docs.rs/rustsight"
readme = "README.md"
keywords = [
    "csv",
    "dataset",
    "data-analysis",
    "data-science",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/omarnahdi/Dataset-Analyzer"

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

[dependencies.csv]
version = "1.4.0"