Cargo Features
[dependencies]
geozero = { version = "0.15.1", default-features = false, features = ["with-csv", "with-gdal", "with-gdal-bindgen", "with-geo", "with-geojson", "with-geos", "with-gpkg", "with-gpx", "with-mvt", "with-postgis-diesel", "with-postgis-postgres", "with-postgis-sqlx", "with-shp", "with-svg", "with-tessellator", "with-wkb", "with-wkt"] }
- default = with-geo, with-geojson, with-svg, with-wkt
-
These default features are set whenever
geozerois added withoutsomewhere in the dependency tree.default-features = false - with-csv = with-wkt
-
Enables csv
Affects
geozero::csv… - with-gdal with-gdal-bindgen?
-
Enables gdal ^0.18.0 and gdal-sys ^0.11.0
Affects
geozero::gdal… - with-gdal-bindgen = with-gdal
-
Enables bindgen of optional gdal ^0.18.0
- with-geo default
-
Enables geo-types
Affects
geozero::geo_types… - with-geojson default
-
Enables geojson
Affects
geozero::geojson… - with-geos
-
Enables geos
Affects
geozero::geos… - with-gpkg = with-wkb
-
Affects
geozero::gpkg… - with-gpx
-
Enables gpx
Affects
geozero::gpx… - with-mvt
-
Enables base64, dup-indexer, prost, and prost-build
base64:
Optional dependencies
Affects
geozero::mvt… - with-postgis-diesel = with-wkb
-
Affects
postgis::diesel… - with-postgis-postgres = with-wkb
-
Enables bytes and postgres-types
- with-postgis-sqlx = with-wkb
-
Affects
postgis::sqlx… - with-shp
-
Affects
geozero::shp… - with-svg default
-
Affects
geozero::svg… - with-tessellator
-
Enables lyon
Affects
geozero::tessellator… - with-wkb with-gpkg? with-postgis-diesel? with-postgis-postgres? with-postgis-sqlx? = with-wkt
-
Enables scroll
Affects
geozero::wkb… - with-wkt default with-csv? with-wkb?
-
Enables wkt
Affects
geozero::wkt…