mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
fix(rust): remove unused dependencies from loader and lib
This commit is contained in:
parent
2f747dc9b1
commit
b27de1038f
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -30,7 +30,6 @@ wasm = [ "tree-sitter/wasm" ]
|
|||
[dependencies]
|
||||
cc.workspace = true
|
||||
etcetera.workspace = true
|
||||
indoc.workspace = true
|
||||
libloading.workspace = true
|
||||
log.workspace = true
|
||||
once_cell.workspace = true
|
||||
|
|
|
|||
|
|
@ -38,12 +38,11 @@ workspace = true
|
|||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = [ "regex/std", "regex/perf", "regex-syntax/unicode" ]
|
||||
std = [ "regex/std", "regex/perf" ]
|
||||
wasm = [ "std", "wasmtime-c-api" ]
|
||||
|
||||
[dependencies]
|
||||
regex = { default-features = false, features = [ "unicode" ], version = "1.12.3" }
|
||||
regex-syntax = { default-features = false, version = "0.8.9" }
|
||||
streaming-iterator = "0.1.9"
|
||||
tree-sitter-language.workspace = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue