Cargo Features
DisplayAs has no features set by default.
[dependencies]
display-as = { version = "0.7.0", features = ["gotham-web", "serde1", "rouille", "actix-web", "warp"] }
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.
- rouille implicit feature
-
Enables rouille ^2.2.0
rouille:
High-level idiomatic web framework
Affects
display-as::rouille
… - actix-web implicit feature
-
Enables actix-web ^0.7.14
actix-web:
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Affects
display-as::actix
… - gotham gotham-web?
-
Enables gotham ^0.5.0
Affects
display-as::gotham
… - warp implicit feature
-
Enables warp
warp:
serve the web at warp speeds
Affects
display-as::warp
… - serde serde1?