Cargo Features
[dependencies]
rinja = { version = "0.3.5", default-features = false, features = ["full", "code-in-doc", "config", "humansize", "serde_json", "urlencode", "with-actix-web", "with-axum", "with-rocket", "with-warp", "num-traits"] }
- default full? = config, humansize, urlencode
-
These default features are set whenever
rinja
is added without
somewhere in the dependency tree.default-features = false - full = code-in-doc, default, serde_json
- code-in-doc full?
-
Enables code-in-doc of rinja_derive
- config default
-
Enables config of rinja_derive
- humansize default
-
Enables humansize, humansize of rinja_derive
- serde_json full?
-
Enables serde and serde_json, serde_json of rinja_derive
- urlencode default
-
Enables percent-encoding, urlencode of rinja_derive
- with-actix-web
-
Please do not depend on the following features manually.
Depend on the relevant integration crate instead!Enables with-actix-web of rinja_derive
- with-axum
-
Enables with-axum of rinja_derive
- with-rocket
-
Enables with-rocket of rinja_derive
- with-warp
-
Enables with-warp of rinja_derive
Features from optional dependencies
- num-traits implicit feature
-
Enables num-traits
num-traits:
Numeric traits for generic mathematics