Cargo Features
[dependencies]
tree-sitter-loader = { version = "0.25.1", default-features = false, features = ["wasm", "tree-sitter-highlight", "tree-sitter-tags"] }
- default = tree-sitter-highlight, tree-sitter-tags
-
These default features are set whenever
tree-sitter-loader
is added without
somewhere in the dependency tree.default-features = false - wasm
-
Enables wasm of tree-sitter
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-highlight default