# 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-pipeline" version = "0.4.0" authors = ["Kasper Henningsen"] description = "CSV processing library" homepage = "https://github.com/probablykasper/csv-pipeline#readme" documentation = "https://docs.rs/csv-pipeline" readme = "README.md" keywords = [ "csv", "tsv", "processing", ] categories = [ "parsing", "encoding", ] license = "MIT" repository = "https://github.com/probablykasper/csv-pipeline" [dependencies.csv] version = "1.1" [dependencies.linked-hash-map] version = "0.5"