Cargo Features

glsp has no features set by default.

[dependencies]
glsp = { version = "0.2.0", features = ["unsafe-internals", "serde", "compiler"] }
unsafe-internals

Enables unsafe-internals of glsp-engine

serde

Enables serde of glsp-engine

compiler = glsp-proc-macros2

Enables compiler of glsp-engine

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.

glsp-proc-macros2 compiler?