forked from helyim/helyim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
88 lines (84 loc) · 1.68 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
80
81
82
83
84
85
86
87
88
[workspace]
resolver = "2"
members = [
"helyim",
"benchmark",
"proto",
]
[workspace.package]
edition = "2021"
version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["iamazy <iamazy.me@outlook.com>"]
documentation = "https://github.com/helyim/helyim"
homepage = "https://github.com/helyim/helyim/"
repository = "https://github.com/helyim/helyim"
categories = ["object-storage", "file-system", "distributed-system"]
keywords = ["helyim", "seaweedfs", "object-storage", "haystack", "raft"]
[workspace.dependencies]
async-broadcast = "0.7"
async-scoped = "0.9"
async-stream = "0.3"
async-trait = "0.1"
axum = "0.7"
axum-extra = "0.9"
axum-macros = "0.4"
bincode = "1"
bytes = "1"
chrono = "0.4"
cfg-if = "1"
clap = "4"
crc32fast = "1"
criterion = "0.5"
dashmap = "5"
downcast-rs = "1"
faststr = "0.2"
futures = "0.3"
ginepro = "0.7.1"
heck = "0.4"
http-body-util = "0.1"
hyper = "1"
hyper-util = "0.1"
indexmap = "2"
kanal = "0.1.0-pre8"
leapfrog = "0.3"
libflate = "2"
lru = "0.12"
mime_guess = "2"
moka = "0.12"
multer = "3"
nom = "7"
once_cell = "1"
openraft = "0.9"
parking_lot = "0.12"
pin-project-lite = "0.2"
pprof = "0.13"
prost = "0.12"
rand = "0.8"
reed-solomon-erasure = { git = "https://github.com/helyim/reed-solomon-erasure", branch = "main", version = "6.0.0" }
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"
tonic = "0.11"
tonic-build = "0.11"
tower = "0.4"
tower-http = "0.5"
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = "0.3"
turmoil = "0.6"
url = "2"
# for macro
syn = "2"
prettyplease = "0.2"
proc-macro2 = "1"
quote = "1"
[profile.release]
debug = true