# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "csv-sanity" version = "0.1.0" authors = ["M. George Hansen "] description = "Sanitize and transform large CSVs with millions of records quickly and efficiently.\n" readme = "README.md" keywords = ["csv"] categories = ["command-line-utilities", "text-processing"] license = "MPL-2.0" repository = "https://github.com/mgeorgehansen/csv-sanity" [dependencies.clap] version = "2.23.3" [dependencies.csv] version = "0.15.0" [dependencies.custom_derive] version = "0.1.7" [dependencies.lazy_static] version = "0.2.8" [dependencies.log] version = "0.3.7" [dependencies.maplit] version = "0.1.4" [dependencies.newtype_derive] version = "0.1.6" [dependencies.regex] version = "0.2.1" [dependencies.rustc-serialize] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.1.37" [dependencies.unicode-segmentation] version = "1.1.0"