# 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-line" version = "0.2.0" description = "Fast deserialization of a single csv line" homepage = "https://github.com/imbolc/csv-line" readme = "README.md" keywords = [ "csv", "serde", ] license = "MIT" repository = "https://github.com/imbolc/csv-line" resolver = "2" [dependencies.csv] version = "1.1" [dependencies.quick-csv] version = "0.1.6" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.csv-core] version = "0.1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1"