[package] name = "syue" version = "0.1.2" authors = ["Rashyad "] edition = "2021" description = "A simple reader for csv" repository = "https://github.com/rashyad/syue" license = "MIT" keywords = ["csv", "readcsv", "csvtojson", "csvtovector", "readcsvinrustlang"] categories = ["accessibility", "parsing"] [lib] name = "syue" path = "src/lib.rs" [[bin]] name = "syue" path = "bin/bin.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.10.3" serde_json = "1.0.114"