Cargo Features

[dependencies]
galileo-types = { version = "0.1.1", default-features = false, features = ["geojson", "geo-types", "geodesy"] }
default = geo-types, geodesy

These default features are set whenever galileo-types 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.

geojson implicit feature

Enables geojson

geojson:

Read and write GeoJSON vector geographic data

geo-types default
geodesy default

Enables geodesy ^0.12