Cargo Features
Direkuta has no features set by default.
[dependencies]
direkuta = { version = "0.1.8", features = ["html", "json", "runtime"] }
- html = tera
- json = serde, serde_derive, serde_json
- runtime
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.
- serde json?
-
Enables serde
Optional
- serde_derive json?
- serde_json json?
- tera html?
-
Enables tera ^0.11