Description: Disable tree-sitter-wasm dependency
 Those crates are not packaged yet and we do not need this feature.
Author: Matthias Geiger <werdahias@debian.org>
Forwarded: not-needed
Last-Update: 2025-06-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

diff --git a/Cargo.toml b/Cargo.toml
index 6f70460..311288a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ build = "bindings/rust/build.rs"
 include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"]

 [features]
-wasm = ["dep:tree-sitter-wasm-build-tool"]

 [lib]
 path = "bindings/rust/lib.rs"
@@ -25,7 +24,6 @@ tree-sitter-language = "0.1"

 [build-dependencies]
 cc = "1.1.22"
-tree-sitter-wasm-build-tool = { version = "0.2.2", optional = true }

 [dev-dependencies]
 tree-sitter = "0.25.1"
