mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Remove more unused dependencies
This commit is contained in:
parent
0ecaf861fa
commit
5f4530ce57
5 changed files with 0 additions and 107 deletions
|
@ -27,9 +27,7 @@ actix-web = { version = "4.8.0", default-features = false, features = [
|
|||
"cookies",
|
||||
"rustls-0_21",
|
||||
] }
|
||||
actix-web-static-files = { version = "4.0.1", optional = true }
|
||||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
async-stream = "0.3.5"
|
||||
async-trait = "0.1.81"
|
||||
bstr = "1.9.1"
|
||||
byte-unit = { version = "5.1.4", default-features = false, features = [
|
||||
|
@ -94,10 +92,8 @@ time = { version = "0.3.36", features = [
|
|||
"macros",
|
||||
] }
|
||||
tokio = { version = "1.38.0", features = ["full"] }
|
||||
tokio-stream = "0.1.15"
|
||||
toml = "0.8.14"
|
||||
uuid = { version = "1.9.1", features = ["serde", "v4"] }
|
||||
walkdir = "2.5.0"
|
||||
serde_urlencoded = "0.7.1"
|
||||
termcolor = "1.4.1"
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
|
@ -109,7 +105,6 @@ build-info = { version = "1.7.0", path = "../build-info" }
|
|||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.10.0"
|
||||
assert-json-diff = "2.0.2"
|
||||
brotli = "6.0.0"
|
||||
insta = "1.39.0"
|
||||
manifest-dir-macros = "0.1.18"
|
||||
|
@ -136,7 +131,6 @@ zip = { version = "2.1.3", optional = true }
|
|||
default = ["analytics", "meilisearch-types/all-tokenizations", "mini-dashboard"]
|
||||
analytics = ["segment"]
|
||||
mini-dashboard = [
|
||||
"actix-web-static-files",
|
||||
"static-files",
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue