Cargo Features

[dependencies]
routinator = { version = "0.13.2", default-features = false, features = ["aspa", "native-tls", "rta", "socks", "tls", "ui", "arbitrary"] }
default = socks, ui

These default features are set whenever routinator is added without default-features = false somewhere in the dependency tree.

aspa
native-tls = tls

Enables native-tls of reqwest ^0.11.0

reqwest:

Enables native-tls specific functionality not available by default.

rta

Affects operation::ValidateDocument

socks default

Enables socks of reqwest ^0.11.0

tls native-tls?
ui default = routinator-ui
arbitrary

Enables arbitrary and arbitrary of chrono and rpki

rpki:

Extra features provided.

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.

routinator-ui ui