Cargo Features

[dependencies]
parsoid = { version = "0.9.1", default-features = false, features = ["http"] }
default = http

The http feature is set by default whenever parsoid is added without default-features = false somewhere in the dependency tree.

http default = lazy_static, reqwest, tokio, tracing

HTTP client for interacting with the REST API

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.

lazy_static http

Enables lazy_static

http feature

reqwest http

Enables reqwest ^0.11

tokio http
tracing http