Cargo Features
auto-lsp-core has no features set by default.
[dependencies]
auto-lsp-core = { version = "0.4.0", features = ["log", "deadlock_detection", "rayon", "const-str", "const_panic"] }
- log
-
Enables log
- deadlock_detection
-
Enables deadlock_detection and nightly of parking_lot
- rayon
-
Enables rayon
Features from optional dependencies
- const-str implicit feature
-
Enables const-str ^0.3.1
const-str:
compile-time string operations
- const_panic implicit feature
-
Enables const_panic
const_panic:
const panic with formatting