Cargo Features
[dependencies]
actix-webfinger = { version = "0.5.0", default-features = false, features = ["client"] }
- default = client
-
The
client
feature is set by default wheneveractix-webfinger
is added without
somewhere in the dependency tree.default-features = false - client default
-
Enables awc
actix-webfinger has 2 features without comments.