Cargo Features

[dependencies]
geo = { version = "0.28.0", default-features = false, features = ["use-proj", "proj-network", "use-serde", "earcutr", "spade"] }
default = earcutr, spade

These default features are set whenever geo is added without default-features = false somewhere in the dependency tree.

use-proj proj-network? = proj

Affects algorithm::proj, algorithm::transform

proj-network = use-proj

Enables network of proj

use-serde = serde

Enables serde of geo-types

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.

earcutr default

Affects algorithm::triangulate_earcut

spade default

Affects algorithm::triangulate_spade

proj proj-network? use-proj?
serde use-serde?