Cargo Features
Sailfish-Web has no features set by default.
[dependencies]
sailfish-web = { version = "0.1.1", features = ["axum_support", "rocket_support", "warp_support", "option_result"] }
- axum_support = axum
-
Affects
web_servers_support::axum
… - rocket_support = rocket
-
Affects
web_servers_support::rocket
… - warp_support = warp
-
Affects
web_servers_support::warp
… - option_result
-
Affects
sailfish-web::option_result
…
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.