-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
41 lines (39 loc) · 928 Bytes
/
Copy pathCargo.toml
File metadata and controls
41 lines (39 loc) · 928 Bytes
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
[package]
name = "cls"
version = "3.3.0"
edition = "2024"
[dependencies]
bytemuck = "1.25.0"
clap = { version = "4.5.20", features = ["cargo"] }
cmd-exists = "0.1.2"
config = { version = "0.15.19", default-features = false, features = ["json", "toml"] }
cpal = "0.17.3"
crossterm = "0.29.0"
ctrlc = "3.5.2"
dirs = "5.0.1"
event-listener = "5.3.1"
ffprobe = "0.4.0"
file-format = "0.25.0"
fuzzy-matcher = "0.3.7"
interprocess = "2.2.3"
linked-hash-map = "0.5.6"
linked_hash_set = "0.1.5"
mime_guess = "2.0.5"
mki = "0.2.3"
normpath = "1.3.0"
rand = "0.8.5"
ratatui = "0.30.0"
rayon = "1.12.0"
regex = "1.11.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.134"
substring = "1.4.5"
symphonium = { version = "0.7.1", features = ["all"] }
tui-input = "0.15.0"
uuid = { version = "1.10.0", features = ["v4"] }
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1
panic = 'abort'
strip = true