Cargo Features

mech-syntax has no features set by default.

[dependencies]
mech-syntax = { version = "0.1.0", features = ["no-std", "lang-server"] }
no-std = rlibc

Enables no-std of mech-core

lang-server = tokio, tower-lsp

Affects mech-syntax::langserver

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.

rlibc no-std?
tower-lsp lang-server?

Enables tower-lsp ^0.17.0

tokio lang-server?