Cargo Features

serde_qs has no features set by default.

[dependencies]
serde_qs = { version = "1.0.0-rc.3", features = ["debug_parsed", "actix4", "actix3", "actix2", "actix", "warp", "axum", "indexmap", "benchmarks"] }
default_to_form_encoding debug_parsed
actix4 = actix-web4, futures

Affects serde_qs::actix, serde_qs::web

actix3 = actix-web3, futures

Affects serde_qs::actix, serde_qs::web

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, serde_qs::web

indexmap

Enables indexmap

benchmarks

Enables criterion ^0.5

used in benchmarks

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-web3 actix3?

Enables actix-web ^3.3

actix-web4 actix4?

Enables actix-web

axum-framework axum?

Enables axum

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

Enables warp