Cargo Features

[dependencies]
oak-fortran = { version = "0.0.6", default-features = false, features = ["serde", "lsp", "mcp"] }
default = serde

The serde feature is set by default whenever oak-fortran is added without default-features = false somewhere in the dependency tree.

serde default

Enables serde, serde of oak-core

lsp mcp? = oak-highlight, oak-pretty-print

Enables futures, oak-hover, oak-lsp, and oak-vfs

Affects lsp::FortranLanguageService, oak-fortran::lsp

mcp = lsp

Enables io-std of oak-mcp

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?