Cargo Features

Lembaran has no features set by default.

[dependencies]
lembaran = { version = "0.3.0", features = ["ext_http", "ext_reqwest"] }
ext_http ext_reqwest? = hyper_http

Affects web_linking::http

ext_reqwest = ext_http, reqwest, url

Affects web_linking::LinkedPages, web_linking::reqwest

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.

hyper_http ext_http?

Enables http ^0.2

reqwest ext_reqwest?

Enables reqwest ^0.11

url ext_reqwest?