Cargo Features
auto-lsp-core has no features set by default.
[dependencies]
auto-lsp-core = { version = "0.2.0", features = ["assertions", "rayon"] }
- assertions = const-str, const_panic
-
Affects
buildable::CheckQueryable
,buildable::check_conflicts
… - rayon
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.
- const-str assertions?
-
Enables const-str ^0.3.1
- const_panic assertions?