Cargo Features

geozero-core has no features set by default.

[dependencies]
geozero-core = { version = "0.6.2", features = ["gdal-lib", "geos-lib", "gpkg", "postgis-sqlx", "postgis-postgres", "tessellator"] }
gdal-lib = gdal, gdal-sys

Affects geozero-core::gdal

geos-lib = geos

Affects geopackage::geos, geozero-core::geos, postgis::postgres.geos, postgis::sqlx.geos

gpkg = sqlx

Affects geozero-core::gpkg

postgis-sqlx = sqlx

Affects postgis::sqlx

postgis-postgres = postgres-types

Affects postgis::postgres

tessellator = lyon

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

geos geos-lib?

Enables geos ^7.0

gdal gdal-lib?

Enables gdal ^0.7

gdal-sys gdal-lib?

Enables gdal-sys ^0.3

lyon tessellator?

Enables lyon ^0.16

sqlx gpkg? postgis-sqlx?

Enables sqlx ^0.4.0

postgres-types postgis-postgres?

Enables postgres-types ^0.1