Cargo Features
serde_qs_ext has no features set by default.
[dependencies]
serde_qs_ext = { version = "0.12.0", features = ["actix4", "actix3", "actix2", "actix", "warp", "axum"] }
- actix4 = actix-web4, futures
-
Affects
serde_qs_ext::actix
… - actix3 = actix-web3, futures
-
Affects
serde_qs_ext::actix
… - actix2 = actix-web2, futures
-
Affects
serde_qs_ext::actix
… - actix
-
deprecated feature -- used to return a warning
- warp = futures, tracing, warp-framework
-
Affects
serde_qs_ext::warp
… - axum = axum-framework, futures
-
Affects
serde_qs_ext::axum
…
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.
- actix-web4 actix4?
-
Enables actix-web
- actix-web3 actix3?
-
Enables actix-web ^3.3
- actix-web2 actix2?
-
Enables actix-web ^2.0
- futures actix2? actix3? actix4? axum? warp?
- tracing warp?
- warp-framework warp?
-
Enables warp
- axum-framework axum?
-
Enables axum ^0.6