Cargo Features
[dependencies]
weresocool = { version = "1.0.47", default-features = false, features = ["app", "windows", "wasm"] }
- default = app
-
The
app
feature is set by default wheneverweresocool
is added without
somewhere in the dependency tree.default-features = false - app default = assert_cmd, hound, weresocool_portaudio, zip
-
Enables app of weresocool_ast, weresocool_core, weresocool_error, weresocool_instrument, and weresocool_parser
- windows = assert_cmd, hound, weresocool_portaudio, zip
-
Enables app of weresocool_ast, windows of weresocool_core and weresocool_error, app of weresocool_instrument and weresocool_parser
- wasm
-
Enables wasm of weresocool_ast, weresocool_core, weresocool_error, weresocool_instrument, and weresocool_parser
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.