Cargo Features

serde_esri has no features set by default.

[dependencies]
serde_esri = { version = "0.3.1", features = ["places-client", "geo", "geoarrow"] }
places-client

Enables blocking and json of reqwest

geo

Enables geo-types

Affects serde_esri::geo_types

geoarrow = arrow

Enables geo-types and geoarrow

Affects serde_esri::arrow_compat

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.

arrow geoarrow?
reqwest places-client?