Cargo Features
[dependencies]
geozero = { version = "0.14.0", 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
geozero
is added without
somewhere in the dependency tree.default-features = false - with-csv = with-wkt
-
Enables csv
Affects
geozero::csv
… - with-gdal with-gdal-bindgen?
-
Enables gdal ^0.16 and gdal-sys ^0.9
Affects
geozero::gdal
… - with-gdal-bindgen = with-gdal
-
Enables bindgen of optional gdal ^0.16
- 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 ^0.9
Affects
geozero::gpx
… - with-mvt
-
Enables dup-indexer ^0.3, prost ^0.11.9, and prost-build ^0.11.9
Affects
geozero::mvt
… - with-postgis-diesel = with-wkb
-
byteorder:
Optional dependencies
Affects
postgis::diesel
… - with-postgis-postgres = with-wkb
-
Enables bytes and postgres-types
- with-postgis-sqlx = with-wkb
-
Affects
postgis::sqlx
… - with-shp
-
Enables byteorder and dbase ^0.4
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 ^0.11
Affects
geozero::wkb
… - with-wkt default with-csv? with-wkb?
-
Enables wkt
Affects
geozero::wkt
…