Cargo Features

tree-sitter-stack-graphs-typescript has no features set by default.

[dependencies]
tree-sitter-stack-graphs-typescript = { version = "0.2.0", features = ["cli", "lsp"] }
cli = anyhow, clap

Enables cli of tree-sitter-stack-graphs

Required by the binary

lsp

Enables lsp of tree-sitter-stack-graphs

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.

anyhow cli?
clap cli?