data-doctor-cli 1.0.4

A powerful data validation and cleaning tool for JSON and CSV files
[[bin]]
name = "data-doctor"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.1"

[dependencies.data-doctor-core]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Jeevanms003 <jeevanms003@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A powerful data validation and cleaning tool for JSON and CSV files"
edition = "2021"
keywords = ["validation", "data-quality", "json", "csv", "auto-fix"]
license = "MIT"
name = "data-doctor-cli"
readme = "README.md"
repository = "https://github.com/jeevanms003/data-doctor"
version = "1.0.4"