Cargo Features

[dependencies]
dns-geolocation-checker = { version = "0.2.1", default-features = false, features = ["full", "ip-api", "mmdb"] }
default = mmdb

The mmdb feature is set by default whenever dns-geolocation-checker is added without default-features = false somewhere in the dependency tree.

full = ip-api, mmdb
ip-api full? = reqwest

Affects ip_geo_client::ip_api_client

mmdb default full? = maxminddb

Affects ip_geo_client::mmdb_client

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.

reqwest ip-api?
maxminddb mmdb