Cargo Features
lsp-async-stub has no features set by default.
[dependencies]
lsp-async-stub = { version = "0.6.4", features = ["tokio-stdio", "tokio-tcp"] }
- tokio-stdio = tokio
-
Enables io-std, io-util, macros and rt of tokio
Affects
lsp-async-stub::listen
… - tokio-tcp = tokio
-
Enables io-util, macros, net and rt of tokio
Affects
lsp-async-stub::listen
…
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.