Cargo Features

[dependencies]
mantra-lang-tracing = { version = "0.6.1", default-features = false, features = ["collect", "extract"] }
default = collect

The collect feature is set by default whenever mantra-lang-tracing is added without default-features = false somewhere in the dependency tree.

collect default = extract

Enables cc, tree-sitter ^0.22.0, and tree-sitter-rust ^0.21.0

Affects mantra-lang-tracing::collect

extract collect

Enables proc-macro2 and regex

Affects mantra-lang-tracing::extract