Cargo Features

[dependencies]
swc_css_visit = { version = "0.139.22", default-features = false, features = ["path", "serde"] }
default = serde

The serde feature is set by default whenever swc_css_visit is added without default-features = false somewhere in the dependency tree.

path

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 default