forked from helyim/helyim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
79 lines (75 loc) · 1.4 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[workspace]
resolver = "2"
members = [
"helyim",
"benchmark",
"proto",
]
[workspace.package]
authors = ["iamazy <[email protected]>"]
edition = "2021"
version = "0.1.0"
homepage = "https://github.com/helyim/helyim/"
repository = "https://github.com/helyim/helyim"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
async-broadcast = "0.6"
async-scoped = "0.9"
async-stream = "0.3"
async-trait = "0.1"
axum = "0.6"
axum-extra = "0.7"
axum-macros = "0.3"
bincode = "1"
bytes = "1"
chrono = "0.4"
clap = "4"
crc32fast = "1"
criterion = "0.5"
dashmap = "5"
faststr = "0.2"
futures = "0.3"
ginepro = "0.7"
heck = "0.4"
hyper = "0.14"
indexmap = "2"
kanal = "0.1.0-pre8"
leapfrog = "0.3"
libflate = "2"
lru = "0.11"
mime_guess = "2.0.4"
moka = "0.12"
multer = "2"
nom = "7"
once_cell = "1"
openraft = { git = "https://github.com/datafuselabs/openraft", rev = "87713ec1a9714a3dc8adbcc866419d792413b3bd" }
parking_lot = "0.12"
pprof = "0.13"
prost = "0.12"
rand = "0.8"
reed-solomon-erasure = "6"
regex = "1"
reqwest = "0.11"
rustix = "0.38"
serde = "1"
serde_json = "^1"
sonyflake = "0.2"
tempfile = "3"
thiserror = "^1"
tokio = "1"
tokio-stream = "0.1.8"
tokio-uring = "0.4"
tonic = "0.10"
tonic-build = "0.10"
tower-http = "0.4"
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = "0.3"
url = "2"
# for macro
syn = "2"
prettyplease = "0.2"
proc-macro2 = "1"
quote = "1"
[profile.release]
debug = true