-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (34 loc) · 1.03 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "RustGLM"
version = "0.1.4"
edition = "2021"
authors = ["blueokanna <[email protected]>"]
repository = "https://github.com/blueokanna/RustGLM.git"
license = "Apache-2.0"
description = "High-performance, Reliable Zhipu ChatGLM SDK natural language processing in Rust Language"
homepage = "https://github.com/blueokanna/RustGLM"
readme = "README.md"
keywords = ["zhipu","chatglm","http","ai","sdk"]
[badges]
maintenance = { status = "actively-developed" }
[dependencies]
toml = "0.8.10"
chrono = "0.4.33"
hmac = "0.12.1"
sha2 = "0.10.8"
base64url = "0.1.0"
rsntp = "4.0.0"
once_cell = "1.19.0"
serde_json = "1.0.113"
reqwest = { version = "0.12.1", features = ["json", "blocking", "stream"] }
serde = { version = "1.0.196", features = ["derive"] }
regex = { version = "1.10.3"}
tokio = { version = "1.35.1", features = ["full"] }
time = "0.3.32"
lazy_static = "1.4.0"
anyhow = "1.0.79"
tokio-util = "0.7.10"
futures-util = { version = "0.3.30", features = ["compat"] }
futures = "0.3.30"
serde_derive = "1.0.197"
async-trait = "0.1.77"