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
somewhere in the dependency tree.default-features = false
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