# 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 = "csvrow" version = "0.2.1" description = "Fast and simple crate for taking a string slice and iterating over the fields in a manner that adheres to RFC-4180" homepage = "https://github.com/RetrospectionSoftware/csvrow/" documentation = "https://docs.rs/csvrow" readme = "README.md" keywords = [ "csv", "comma", "delimited", "separated", "rfc4180", ] categories = ["parser-implementations"] license = "Unlicense/MIT" repository = "https://github.com/RetrospectionSoftware/csvrow/" [dependencies]