-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
51 lines (49 loc) · 1.44 KB
/
Cargo.toml
File metadata and controls
51 lines (49 loc) · 1.44 KB
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
[workspace]
resolver = "3"
members = ["barto-cli", "bartoc", "bartos", "libbarto"]
[workspace.dependencies]
actix-web = "4.13.0"
anyhow = "1.0.102"
bincode-next = { version = "3.0.0-rc.5", features = ["serde", "derive"] }
bon = "3.9.1"
bytes = "1.11.1"
clap = { version = "4.6.0", features = ["derive"] }
config = { version = "0.15.22", features = ["toml"] }
dirs2 = "3.0.1"
futures-util = { version = "0.3.32", default-features = false, features = [
"std",
] }
getset = "0.1.6"
redb = "3.1.1"
rustls = { version = "0.23.37", default-features = false, features = ["std", "tls12", "ring"] }
rustversion = "1.0.22"
serde = { version = "1.0.228", features = ["derive"] }
sqlx = { version = "0.8.6", features = [
"mysql",
"runtime-tokio",
"time",
"tls-rustls-ring",
"uuid",
] }
sysinfo = { version = "0.38.4", features = ["serde", "windows"] }
thiserror = "2.0.18"
time = "0.3.47"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
tokio-tungstenite = { version = "0.29.0", features = [
"__rustls-tls",
] }
tokio-util = "0.7.18"
tracing = { version = "0.1.44", features = [
"max_level_trace",
"release_max_level_trace",
] }
tracing-subscriber-init = { version = "0.2.6", features = ["tstime"] }
uuid = { version = "1.22.0", features = ["v4"] }
vergen-gix = { version = "10.0.0-beta.6", features = [
"build",
"cargo",
"rustc",
"si",
] }
vergen-pretty = { version = "10.0.0-beta.6", features = ["serde"] }
webpki-roots = "1.0.6"