Cargo Features
Recoord has no features set by default.
[dependencies]
recoord = { version = "0.2.8", 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
somewhere in the dependency tree.default-features = false 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?
-
Affects
resolvers::nominatim
… - rustls-tls
-
Enables rustls-tls of optional reqwest