|
|
|
|
@ -254,10 +254,8 @@ dependencies = [
|
|
|
|
|
"ignore",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"libc",
|
|
|
|
|
"libmimalloc-sys",
|
|
|
|
|
"line-numbers",
|
|
|
|
|
"log",
|
|
|
|
|
"mimalloc",
|
|
|
|
|
"owo-colors",
|
|
|
|
|
"predicates",
|
|
|
|
|
"pretty_assertions",
|
|
|
|
|
@ -272,6 +270,7 @@ dependencies = [
|
|
|
|
|
"streaming-iterator",
|
|
|
|
|
"strsim 0.10.0",
|
|
|
|
|
"strum",
|
|
|
|
|
"tikv-jemallocator",
|
|
|
|
|
"tree-sitter",
|
|
|
|
|
"tree-sitter-bash",
|
|
|
|
|
"tree-sitter-c",
|
|
|
|
|
@ -516,15 +515,6 @@ version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libmimalloc-sys"
|
|
|
|
|
version = "0.1.24"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7705fc40f6ed493f73584abbb324e74f96b358ff60dfe5659a0f8fc12c590a69"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "line-numbers"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
@ -559,15 +549,6 @@ version = "2.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mimalloc"
|
|
|
|
|
version = "0.1.28"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b0dfa131390c2f6bdb3242f65ff271fcdaca5ff7b6c08f28398be7f2280e3926"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libmimalloc-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
@ -983,6 +964,26 @@ version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tikv-jemalloc-sys"
|
|
|
|
|
version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tikv-jemallocator"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tree-sitter"
|
|
|
|
|
version = "0.24.5"
|
|
|
|
|
|