Cargo Features
Lamellar has no features set by default.
[dependencies]
lamellar = { version = "0.7.0", features = ["enable-rofi", "enable-rofi-shared", "rofi", "tokio-executor", "disable-runtime-warnings", "runtime-warnings-panic"] }
features are strictly additive.... can't have mutual exclusitivity
- enable-rofi = libc, rofi, rofisys
- rofi enable-rofi? enable-rofi-shared?
- tokio-executor = tokio
- slurm-test disable-runtime-warnings
- runtime-warnings-panic
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.