[package] name = "geojsonseq" version = "0.1.1" authors = ["Rory McCann "] edition = "2018" description = "Read & Write GeoJSON sequences RFC 8142" license = "AGPL-3.0+" repository = "https://github.com/rory/rust-geojsonseq" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] jsonseq = "0.1" geojson = { version = "0.19", features = ["geo-types"] } thiserror = "1.0"