[package] name = "kml2pgsql" description = "convert a kml file into a postgresql-compatible sql script" categories = ["command-line-utilities", "database"] edition = "2018" authors = ["Abraham Toriz "] repository = "https://gitlab.com/categulario/kml2pgsql" license = "GPL-3.0" documentation = "https://gitlab.com/categulario/kml2pgsql" homepage = "https://gitlab.com/categulario/kml2pgsql" keywords = ["kml", "postgresql", "cli"] version = "0.2.1" [dependencies] xml-rs = "0.8" clap = "2.33" geo-types = "0.7.2" wkb = "0.7.1"