Cargo Features
[dependencies]
mantra-lang-tracing = { version = "0.7.0", default-features = false, features = ["collect", "extract"] }
- default = collect
-
The
collect
feature is set by default whenevermantra-lang-tracing
is added without
somewhere in the dependency tree.default-features = false - collect default = extract
-
Enables cc, lsp-types, serde_json, and tree-sitter ^0.22.0
Affects
mantra-lang-tracing::collect
,mantra-lang-tracing::lsif_graph
… - extract collect
-
Enables proc-macro2 and regex
Affects
mantra-lang-tracing::extract
…