# 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 = "csv_log_cleaner" version = "0.2.1" description = "Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss." readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.rayon] version = "1.10.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.tempfile] version = "3.10.1"