Cargo Features

dms-coordinates has no features set by default.

[dependencies]
dms-coordinates = { version = "1.3.0", features = ["std", "gpx"] }
std = serde, serde_derive

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.

gpx implicit feature

Enables gpx ^0.8.1

gpx:

Rust read/write support for GPS Exchange Format (GPX)

serde std?
serde_derive std?