-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
54 lines (52 loc) · 1.37 KB
/
Cargo.toml
File metadata and controls
54 lines (52 loc) · 1.37 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
52
53
54
[package]
name = "quick-assistant"
version = "0.1.0"
edition = "2021"
default-run = "quick-assistant"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
async-openai = "0.28.3"
async-std = "1.12.0"
clap = { version = "4.4.6", features = ["derive"] }
cpal = "0.15.2"
dotenvy = "0.15.7"
enigo = "0.1.3"
flume = "0.11.0"
hound = "3.5.1"
rdev = "0.5.3"
tempfile = "3.8.0"
tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] }
futures = "0.3.28"
colored = "2.0.4"
rodio = "0.17.3"
chrono = "0.4.31"
uuid = { version = "1.6.1", features = ["v4"] }
slint = "1.4.1"
slint-build = "1.4.1"
serde_json = "1.0.114"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.18"
tracing = "0.1.40"
dirs = "5.0.1"
open = "5.3.1"
sysinfo = "0.32.1"
csv = "1.3.1"
humantime = "2.1.0"
clipboard = "0.5.0"
reqwest = { version = "0.12.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.19.0"
speakstream = "0.4.3"
# speakstream = { path = "../speakstream" }
windows = { version = "0.52.0", features = [
"Win32_System_Com",
"Win32_System_Com_StructuredStorage",
"Win32_System_Variant",
"Win32_Foundation",
"Win32_Media_Audio",
"Win32_Media_Audio_Endpoints",
] }
easy_rdev_key = "0.1.0"
qrcode-generator = { version = "5.0.0", features = ["image"] }
arboard = "3.6.0"