Cargo Features

[dependencies]
swc_estree_ast = { version = "0.23.21", default-features = false, features = ["serde-impl"] }
default = serde-impl

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

serde-impl default = serde

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 serde-impl