Cargo Features

Lelwel has no features set by default.

[dependencies]
lelwel = { version = "0.5.1", features = ["cli", "lsp"] }
cli = clap

Required by the llw binary

lsp = codespan-lsp, lsp-types, tokio, tower-lsp

Required by the lelwel-ls binary

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.

codespan-lsp lsp?
tokio lsp?
clap cli?
lsp-types lsp?

Enables lsp-types ^0.88.0

tower-lsp lsp?