Cargo Features

[dependencies]
parsoid = { version = "0.10.0-rc.2", default-features = false, features = ["http", "restbase"] }
default = http, restbase

These default features are set 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

restbase default

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
tokio http
tracing http