Cargo Features

[dependencies]
qlue-ls = { version = "2.5.4", default-features = false, features = ["console_error_panic_hook", "integration-tests"] }
default = console_error_panic_hook

The console_error_panic_hook feature is set by default whenever qlue-ls is added without default-features = false somewhere in the dependency tree.

console_error_panic_hook default

Enables console_error_panic_hook

integration-tests

Qlue-ls has 3 features without comments.