-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
98 lines (95 loc) · 2.28 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[package]
name = "themeswitch-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#ahash = { version = "0.8.11", features = ["serde"] }
anyhow = "1.0.82"
async-recursion = "1.1.1"
async-trait = "0.1.80"
auto_enums = "0.8.5"
#bumpalo = "3.16.0"
#bumpalo-herd = "0.1.2"
camino = { version = "1.1.6", features = ["serde"] }
caret = "0.4.5"
chrono = "0.4.38"
#chrono-tz = "0.9.0"
clap = { version = "4.5.3", features = ["derive", "cargo", "env", "string"] }
combine = "4.6.7"
compact_str = "0.7.1"
config = "0.14.0"
dirs = "5.0.1"
dunce = "1.0.4"
enum-iterator = "2.1.0"
enum-iterator-derive = "1.4.0"
enum-map = "2.7.3"
enum-map-derive = "0.17.0"
enum-ordinalize = "4.3.0"
etcetera = "0.8.0"
execute = "0.2.13"
extract-variant = "=1.0.0"
fs_extra = "1.3.0"
globset = "0.4.14"
#hashbrown = { version = "0.14.5", features = ["rayon", "alloc", "serde"] }
home = "0.5.9"
io-enum = "1.1.3"
itertools = "0.12.1"
lazy_static = "1.4.0"
log = "0.4.21"
#lexical = "6.1.1"
# libsystemd = "0.7.0"
# log = "0.4.21"
#minijinja = "2.0"
# nix = { version = "0.28.0", features = ["socket", "uio", "zerocopy"] }
#nom = "7.1.3"
#num_enum = "0.7.2"
#notify = "6.1.1"
once_cell = "1.19.0"
#penum = "0.1.29"
pest = "2.7.9"
pest-ast = "0.3.4"
pest_derive = "2.7.9"
pom = "3.4.0"
rayon = "1.10.0"
rayon-macro = "0.2.0"
regex = "1.10.4"
ron = "0.8.1"
rustix = "0.38.34"
scopeguard = "1.2.0"
serde = { version = "1.0.197", features = ["derive"] }
#serde_bytes = "0.11.14"
serde_json = "1.0.114"
#slab = { version = "0.4.9", features = ["serde"] }
smallvec = "1.13.2"
string-patterns = "0.3.9"
strum_macros = "0.26.2"
#synstructure = "0.13.1"
tailcall = "1.0.1"
#tera = "1.19.1"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
toml = "0.8.12"
trie-match = "0.2.0"
try_match = { version = "0.4.1", features = ["std"] }
#typed-arena = "2.0.2"
typenum = "1.17.0"
walkdir = "2.5.0"
# ureq = { version = "2.9.7", features = [
# "json",
# "http-crate",
# "http-interop",
# "charset",
# ] }
# warp = "0.3.7"
which = "6.0.1"
# zerocopy = { version = "0.7.32", features = ["zerocopy-derive"] }
# zerocopy-derive = "0.7.32"
#
[profile.release]
#strip = "debuginfo"
debug = true
#
[profile.profiling]
inherits = "release"
debug = true