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 >=0.9, <0.13, serde of geo >=0.23, <0.29 and geo-types
- sqlx = geozero
-
Enables sqlx ^0.7.4
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?
-
Enables geozero >=0.9, <0.13
- serde_json serde?