-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 940 Bytes
/
Cargo.toml
File metadata and controls
35 lines (32 loc) · 940 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
[package]
name = "valthrun-loader"
version = "0.2.2"
edition = "2024"
[dependencies]
vtd-metrics = { git = "https://github.com/Valthrun/valthrun-driver", rev = "dc9721c" }
anyhow = "1.0.98"
chrono = { version = "0.4.41", features = ["serde"] }
clap = { version = "4.5.40", features = ["derive"] }
env_logger = "0.11.8"
futures = "0.3.31"
inquire = "0.7.5"
log = "0.4.27"
reqwest = { version = "0.12.15", features = ["json", "stream"] }
self-replace = "1.5.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tempfile = "3.20.0"
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full"] }
uuid = { version = "1.16.0", features = ["serde"] }
windows = { version = "0.61.3", features = [
"Win32_System_Console",
"Win32_System_Services",
] }
windows-registry = "0.5.3"
windows-result = "0.3.4"
ureq = "3.1.2"
[build-dependencies]
chrono = "0.4.41"
embed-manifest = "1.3.1"
winres = "0.1.12"