Cargo Features

[dependencies]
deserr = { version = "0.6.1", default-features = false, features = ["serde-json", "serde-cs", "actix-web"] }
default = serde-cs, serde-json

These default features are set whenever deserr is added without default-features = false somewhere in the dependency tree.

serde-json default = serde_json

Affects deserr::serde_json

serde-cs default

Enables serde-cs

Affects deserr::serde_cs

actix-web = actix-http, actix-utils, futures

Enables actix-web

Affects deserr::actix_web

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 serde-json
futures actix-web?
actix-http actix-web?
actix-utils actix-web?