Cargo Features

[dependencies]
weresocool_instrument = { version = "1.0.47", default-features = false, features = ["app", "wasm"] }
default = app

The app feature is set by default whenever weresocool_instrument is added without default-features = false somewhere in the dependency tree.

app default

Enables app of weresocool_ast, weresocool_error, and weresocool_parser

wasm

Enables wasm of weresocool_ast, weresocool_error, 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.

weresocool_ast app wasm?
weresocool_error app wasm?
weresocool_parser app wasm?