[package] name = "csvpsql" version = "0.1.5" authors = ["Matthieu Guilbert "] edition = "2018" license-file = "LICENSE" description = "Generate Postgres table from csv file." repository = "https://github.com/gma2th/csvpsql" documentation = "https://docs.rs/crate/csvpsql/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" csv = "1.1" dtparse = "1.0" itertools = "0.9" structopt = "0.3"