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