# 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 = "2018" name = "csvsc" version = "2.2.1" authors = ["Abraham Toriz "] description = "Build processing chains for CSV files" documentation = "https://docs.rs/csvsc" readme = "README.md" keywords = ["csv"] categories = ["command-line-utilities", "development-tools", "parsing"] license = "MIT" repository = "https://gitlab.com/categulario/csvsc" [dependencies.csv] version = "1.0" [dependencies.encoding] version = "0.2" [dependencies.regex] version = "1.1" [dependencies.strfmt] version = "0.1"