[[bench]]
harness = false
name = "validation_benchmarks"
path = "benches/validation_benchmarks.rs"
[dependencies.csv]
version = "1.3"
[dependencies.regex]
version = "1.10"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"
[lib]
name = "data_doctor_core"
path = "src/lib.rs"
[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-core"
readme = "README.md"
repository = "https://github.com/jeevanms003/data-doctor"
version = "1.0.4"
[[test]]
name = "autofix_verification"
path = "tests/autofix_verification.rs"
[[test]]
name = "csv_tests"
path = "tests/csv_tests.rs"
[[test]]
name = "json_tests"
path = "tests/json_tests.rs"