# 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 = "2021" name = "jdx-csv-lint" version = "1.3.0" authors = ["Jeffrey Dickey (@jdx)"] build = false include = [ "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "validates csv files" readme = "README.md" keywords = ["csv"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jdx/jdx-csv-lint" [[bin]] name = "jdx-csv-lint" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.color-print] version = "0.3.6" [dependencies.csv] version = "1.3.0" [dependencies.ctor] version = "0.2.8" [dependencies.env_logger] version = "0.11.5" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.5" [dependencies.thiserror] version = "1.0.63" [dependencies.xx] version = "1.1.5"