@@ -4,36 +4,29 @@ version = "0.13.8"
44edition = " 2021"
55
66[dependencies ]
7- anyhow = " 1"
8- chat-prompts = { version = " =0.21.2" , git = " https://github.com/LlamaEdge/LlamaEdge.git" , branch = " dev" }
9- chrono = " 0.4.38"
10- clap = { version = " 4.4.6" , features = [" cargo" ] }
11- either = " 1.12.0"
12- endpoints = { version = " =0.25.1" , features = [
13- " rag" ,
14- " index" ,
15- ], git = " https://github.com/LlamaEdge/LlamaEdge.git" , branch = " dev" }
16- futures = { version = " 0.3.6" , default-features = false , features = [" async-await" , " std" ] }
17- futures-util = " 0.3"
18- hyper = { version = " 0.14" , features = [" full" ] }
19- llama-core = { version = " =0.28.1" , features = [
20- " logging" ,
21- " rag" ,
22- " index" ,
23- ], git = " https://github.com/LlamaEdge/LlamaEdge.git" , branch = " dev" }
24- log = { version = " 0.4.21" , features = [" std" , " kv" , " kv_serde" ] }
25- mime_guess = " 2.0.4"
7+ anyhow = " 1"
8+ chat-prompts = { version = " =0.21.2" }
9+ chrono = " 0.4.38"
10+ clap = { version = " 4.4.6" , features = [" cargo" ] }
11+ either = " 1.12.0"
12+ endpoints = { version = " =0.25.1" , features = [" rag" , " index" ] }
13+ futures = { version = " 0.3.6" , default-features = false , features = [" async-await" , " std" ] }
14+ futures-util = " 0.3"
15+ hyper = { version = " 0.14" , features = [" full" ] }
16+ llama-core = { version = " =0.28.2" , features = [" logging" , " rag" , " index" ] }
17+ log = { version = " 0.4.21" , features = [" std" , " kv" , " kv_serde" ] }
18+ mime_guess = " 2.0.4"
2619multipart-2021 = " 0.19.0"
27- once_cell = " 1.18"
28- reqwest = { version = " 0.11" , default-features = false , features = [" json" , " stream" , " rustls-tls" ] }
29- serde = { version = " 1.0" , features = [" derive" ] }
30- serde_json = " 1.0"
31- thiserror = " 1"
32- tokio = { version = " ^1.36" , features = [" io-util" , " fs" , " net" , " time" , " rt" , " macros" ] }
33- url = " ^2.5"
34- uuid = { version = " 1.4" , features = [" v4" , " fast-rng" , " macro-diagnostics" ] }
35- walkdir = " 2.5.0"
36- wasi-logger = { version = " 0.1.2" , features = [" kv" ] }
20+ once_cell = " 1.18"
21+ reqwest = { version = " 0.11" , default-features = false , features = [" json" , " stream" , " rustls-tls" ] }
22+ serde = { version = " 1.0" , features = [" derive" ] }
23+ serde_json = " 1.0"
24+ thiserror = " 1"
25+ tokio = { version = " ^1.36" , features = [" io-util" , " fs" , " net" , " time" , " rt" , " macros" ] }
26+ url = " ^2.5"
27+ uuid = { version = " 1.4" , features = [" v4" , " fast-rng" , " macro-diagnostics" ] }
28+ walkdir = " 2.5.0"
29+ wasi-logger = { version = " 0.1.2" , features = [" kv" ] }
3730
3831[patch .crates-io ]
3932socket2 = { git = " https://github.com/second-state/socket2.git" , branch = " v0.5.x" }
0 commit comments