Cargo Features

tldExtract has no features set by default.

[dependencies]
tldextract = { version = "0.6.0", features = ["remote"] }
remote = futures, reqwest, tokio

Affects cache::get_tld_cache

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.

futures remote?
reqwest remote?

Enables reqwest ^0.11

tokio remote?