skylink/Cargo.toml
2025-12-01 20:44:11 +02:00

31 lines
750 B
TOML

[package]
name = "skylink"
version = "1.0.0"
edition = "2024"
build = "build.rs"
[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "io-std"] }
tokio-tungstenite = "0.28"
reqwest = "0.12"
serde = "1.0"
serde_json = "1.0"
windows = { version = "0.57", features = [ # note to future self: DO NOT UPGRADE OR THE BUILD WILL BREAK
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Com_Marshal",
"Win32_System_Threading",
"Win32_System_Environment",
"Win32_Security",
"Win32_System_RemoteDesktop",
"Win32_UI_Shell",
"Win32_System_Memory",
]}
anyhow = "1.0.100"
futures-util = "0.3.31"
ntapi = "0.4.1"
[build-dependencies]
dotenv = "0.15.0"
winresource = "0.1"
ntapi = "0.4.1"