25 lines
800 B
TOML
25 lines
800 B
TOML
[package]
|
|
name = "pxvdi-hyperv-agent"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4.4.0", features = ["rustls"] }
|
|
tokio = { version = "1.32.0", features = ["full"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serde_yaml = "0.9"
|
|
uuid = { version = "1.4.1", features = ["v4"] }
|
|
anyhow = "1.0.75"
|
|
rustls = "0.20.9"
|
|
rustls-pemfile = "0.2.1"
|
|
rand = "0.8.5"
|
|
windows = { version = "0.48", features = ["Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_ProcessStatus", "Win32_System_Diagnostics_Debug"] }
|
|
wmi = "0.15.2"
|
|
regex = "1.11.1"
|
|
chrono = "0.4.40"
|
|
netuser-rs = { git = "https://github.com/secur30nly/netuser-rs.git"}
|
|
sysinfo = "0.29.10"
|
|
hostname = "0.3.1"
|
|
local-ip-address = "0.5.6"
|