Cargo Features
[dependencies]
oak-fortran = { version = "0.0.6", default-features = false, features = ["serde", "lsp", "mcp"] }
- default = serde
-
The
serdefeature is set by default wheneveroak-fortranis added withoutsomewhere in the dependency tree.default-features = false - serde default
- lsp mcp? = oak-highlight, oak-pretty-print
-
Enables futures, oak-hover, oak-lsp, and oak-vfs
Affects
lsp::FortranLanguageService,oak-fortran::lsp… - mcp = lsp
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.
- oak-highlight lsp?
-
Affects
oak-fortran::lsp… - oak-pretty-print lsp?
-
Affects
oak-fortran::lsp… - oak-mcp mcp?