Cargo Features
[dependencies]
mm0_util = { version = "0.1.4", default-features = false, features = ["memory", "server", "lined_string"] }
- default = lined_string, memory
-
These default features are set whenever
mm0_util
is added without
somewhere in the dependency tree.default-features = false - memory default = libc, mm0_deepsize, mm0_deepsize_derive, procinfo
-
Affects
mm0_util::get_memory_usage
,mm0_util::get_memory_usage
… - server = lsp-types
- lined_string default = lazy_static, pathdiff
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.
- mm0_deepsize memory
-
Enables mm0_deepsize
optional dependencies
- mm0_deepsize_derive memory
- lazy_static lined_string
- pathdiff lined_string
- libc memory
- lsp-types server?
-
Enables lsp-types ^0.89
- procinfo linux memory