Cargo Features

Recoord has no features set by default.

[dependencies]
recoord = { version = "0.2.7", features = ["all", "format_any", "format_all", "format_dd", "format_dms", "format_geohash", "serde", "resolve_all", "resolve_osm", "rustls-tls"] }
default

These default features are set whenever recoord is added without default-features = false somewhere in the dependency tree.

Enables optional reqwest

all = format_all, resolve_all, serde
format_any format_dd? format_dms? format_geohash?
format_all all? = format_dd, format_dms, format_geohash
format_dd format_all? = format_any

Enables regex

Affects formats::dd

format_dms format_all? = format_any

Enables regex

Affects formats::dms

format_geohash format_all? = format_any

Affects formats::geohash

serde all?

Enables serde

resolve_all all? = resolve_osm
resolve_osm resolve_all?

Enables reqwest and serde

Affects resolvers::nominatim

rustls-tls

Enables rustls-tls of optional reqwest