Cargo Features

[dependencies]
geo = { version = "0.29.2", default-features = false, features = ["use-proj", "proj-network", "use-serde", "multithreading", "earcutr", "spade"] }
default = earcutr, multithreading, 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

multithreading default

Enables multithreading of geo-types, allow_multithreading of i_overlay ^1.7.2, <1.8.0

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?