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