Cargo Features
[dependencies]
weresocool_ast = { version = "1.0.47", default-features = false, features = ["app", "wasm"] }
- default = app
-
The
app
feature is set by default wheneverweresocool_ast
is added without
somewhere in the dependency tree.default-features = false - app default
-
Enables app of weresocool_error
- wasm
-
Enables wasm of weresocool_error
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.