Cargo Features
Webfinger-rs has no features set by default.
[dependencies]
webfinger-rs = { version = "0.0.12", features = ["actix", "axum", "reqwest"] }
- default
-
Features
No features are enabled by default.
- actix
-
Provides integration with the Actix web framework.
Enables actix-web
- axum
-
Provides integration with the Axum web framework.
Enables axum and axum-extra
- reqwest
-
Provides integration with the Reqwest HTTP client.
Enables reqwest