-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
66 lines (61 loc) · 1.5 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
[package]
name = "ept"
version = "0.2.3"
edition = "2021"
[profile.release]
lto = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Inflector = "0.11.4"
anyhow = "1.0.93"
base64 = "0.22.1"
blake3 = { version = "1.5.4", features = ["rayon"] }
chrono = "0.4.38"
clap = { version = "4.5.20", features = ["derive"] }
colored = "2.1.0"
console = "0.15.8"
dirs = "5.0.1"
ed25519-compact = "2.1.1"
encoding = "0.2.33"
evalexpr = "12.0.0"
force-delete-win = "0.1.0"
fs_extra = "1.3.0"
humantime = "2.1.0"
indicatif = "0.17.8"
lazy_static = "1.5.0"
memmap2 = "0.9.5"
path-clean = "1.0.1"
rand = "0.8.5"
regex = "1.11.0"
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
rustyline = "14.0.0"
semver = "1.0.23"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
shell-words = "1.1.0"
strum = "0.26.3"
strum_macros = "0.26.4"
sysinfo = "0.32.0"
tantivy = "0.22.0"
tar = "0.4.43"
toml = { version = "0.8.19", features = ["preserve_order"] }
trash = "5.1.1"
ts-rs = "10.0.0"
url = "2.5.3"
which = "6.0.3"
wildmatch = "2.4.0"
zstd = "0.13.2"
httpmock = "0.7.0"
dialoguer = "0.11.0"
tantivy-jieba = "0.11.0"
config = "0.14.0"
zip = "2.2.0"
[target.'cfg(windows)'.dependencies]
mslnk = "0.1.8"
pelite = "0.10.0"
vc-ltl = "5.1.1"
winapi = { version = "0.3.9", features = ["winuser", "minwindef"] }
winreg = "0.52.0"
winrt-notification = "0.5.1"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }