-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (20 loc) · 770 Bytes
/
Cargo.toml
File metadata and controls
23 lines (20 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "project"
version = "0.1.0"
edition = "2021"
[dependencies]
tempfile = "3.10.1"
rand= "0.8.5"
base64 = "0.21.5"
winapi = { version = "0.3.9", features = ["winhttp", "winuser", "memoryapi", "synchapi", "handleapi", "errhandlingapi", "processthreadsapi", "debugapi", "sysinfoapi", "fileapi", "winbase", "iphlpapi", "ntdef", "ifdef", "winsock2", "iptypes", "ws2def", "processenv","debugapi"] }
windows-sys = { version = "0.48.0", features = ["Win32_System_Memory", "Win32_Foundation", "Win32_System_Threading", "Win32_System_LibraryLoader"] }
time = "0.3.30"
sysinfo = "0.29.11"
winreg = "0.52.0"
libloading ="0.8.3"
uuid = { version = "1.0", features = ["v4"] }
libc = "0.2"
memmap2 = "0.6.1"
dirs = "4.0"
[build-dependencies]
embed-resource = "1.8.0"