Cargo Features

geox has no features set by default.

[dependencies]
geox = { version = "0.6.0", features = ["serde", "sqlx", "async-graphql"] }
serde = serde_json

Enables serde, with-geojson of geozero, serde of geo and geo-types

sqlx = geozero

Enables sqlx

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.

async-graphql implicit feature

Enables async-graphql >=4, <7

async-graphql:

A GraphQL server library implemented in Rust

geozero serde? sqlx?
serde_json serde?