[package] name = "poly2geojson" description = "Convert from Osmosis POLY to GeoJSON" license = "GPL-3.0-or-later" repository = "https://github.com/frafra/poly2geojson" version = "0.1.3" authors = ["Francesco Frassinelli "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pest = "^2.1" pest_derive = "^2.1" geojson = "^0.21.0"