Cargo Features

gnss-rs has no features set by default.

[dependencies]
gnss-rs = { version = "2.1.3", features = ["sbas", "serde"] }
default

no features by default

sbas = geo, wkt

Affects sbas::sbas_selection

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.

geo sbas?

Enables geo ^0.26

wkt sbas?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework