Cargo Features

serde_qs has no features set by default.

[dependencies]
serde_qs = { version = "0.13.0", features = ["actix4", "actix3", "actix2", "actix", "warp", "axum"] }
actix4 = actix-web4, futures

Affects serde_qs::actix

actix3 = actix-web3, futures

Affects serde_qs::actix

actix2

deprecated feature -- used to return a warning

actix
warp = futures, tracing, warp-framework

Affects serde_qs::warp

axum = axum-framework, futures

Affects serde_qs::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

futures actix3? actix4? axum? warp?
tracing warp?
warp-framework warp?

Enables warp

axum-framework axum?

Enables axum