Cargo Features
[dependencies]
swc_estree_ast = { version = "3.0.0", default-features = false, features = ["serde-impl"] }
- default = serde-impl
-
The
serde-impl
feature is set by default wheneverswc_estree_ast
is added without
somewhere in the dependency tree.default-features = false - 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.