Cargo Features
[dependencies]
ast-grep-core = { version = "0.40.5", default-features = false, features = ["tree-sitter"] }
- default = tree-sitter
-
The
tree-sitterfeature is set by default wheneverast-grep-coreis added withoutsomewhere in the dependency tree.default-features = false
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.
- tree-sitter default
-
Affects
ast-grep-core::tree_sitter…