Cargo Features

[dependencies]
wkt = { version = "0.10.3", default-features = false, features = ["serde", "geo-types"] }
default = geo-types

The geo-types feature is set by default whenever wkt is added without default-features = false somewhere in the dependency tree.

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects wkt::deserialize

geo-types default

Affects deserialize::geo_types, wkt::conversion, wkt::geo_types_from_wkt