[package] name = "redshift" version = "1.0.3" authors = ["Yuri Gorokhov "] description = "Rust library for parsing redshift files generated by the UNLOAD command." documentation = "https://github.com/yurigorokhov/rust-redshift" homepage = "https://github.com/yurigorokhov/rust-redshift" repository = "https://github.com/yurigorokhov/rust-redshift" readme = "README.md" keywords = ["redshift", "csv"] license = "Apache-2.0" [lib] name = "redshift" path = "src/lib.rs" [[bin]] name = "redshift2csv" path = "src/bin.rs" [dependencies] csv = "0.14.4"