# 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 = "syue" version = "0.1.2" authors = ["Rashyad "] description = "A simple reader for csv" readme = "README.md" keywords = [ "csv", "readcsv", "csvtojson", "csvtovector", "readcsvinrustlang", ] categories = [ "accessibility", "parsing", ] license = "MIT" repository = "https://github.com/rashyad/syue" [lib] name = "syue" path = "src/lib.rs" [[bin]] name = "syue" path = "bin/bin.rs" [dependencies.regex] version = "1.10.3" [dependencies.serde_json] version = "1.0.114"