-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
43 lines (39 loc) · 1.07 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
[package]
name = "blazer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.27.0"
ratatui = "0.24.0"
tokio = { version = "1.35.1", features = ["macros", "fs"] }
tui-realm-stdlib = "1.3.0"
tonic = "0.11"
prost = "0.12"
tuirealm = { version = "1.9.1", features = ["ratatui"] }
env_logger = "0.10.1"
log = "0.4.20"
config = "0.13.4"
serde = { version = "1.0.195", features = ["derive"] }
fred = "7.1.2"
thiserror = "1.0.56"
serde_json = "1.0.111"
uuid = { version = "1.6.1", features = ["v7"] }
toml = "0.8.8"
tokio-stream = "0.1.14"
rand = "0.8.5"
error-stack = "0.4.1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tower-http = { version = "0.5.1", features = ["trace"] }
random_name_generator = "0.3.4"
tower = "*"
tonic-reflection = "0.11"
clap = { version = "4.5.6", features = ["derive"] }
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
signal-hook = "0.3.17"
oneshot = "0.1.8"
[features]
client_logs = []
[build-dependencies]
tonic-build = "0.11"