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
somewhere in the dependency tree.default-features = false - use-proj proj-network? = proj
-
Affects
algorithm::proj
,algorithm::transform
… - proj-network = use-proj
- use-serde = serde
- 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.