2025-04-19 23:10:11 -04:00
[ package ]
name = "LauncherTweaks"
version = "0.1.0"
edition = "2024"
[ lib ]
crate-type = [ "cdylib" ]
2025-04-20 11:43:19 -04:00
name = "winhttp"
2025-04-19 23:10:11 -04:00
[ dependencies ]
2025-04-20 12:32:59 -04:00
skidscan = { git = "https://github.com/redstrate/skidscan" , default-features = false } # my fork which contains various fixes
proxy-dll = { git = "https://github.com/redstrate/dll-proxy-rs/" , default-features = false } # my fork which contains various fixes and needed to cross-compile from Linux
2025-04-20 11:43:19 -04:00
windows = { version = "0.61" , features = [ "Win32_Foundation" , "Win32_System_SystemServices" , "Win32_UI_WindowsAndMessaging" , "Win32_System_LibraryLoader" , "Win32_Networking_WinHttp" ] , default-features = false }
2025-04-19 23:10:11 -04:00
serde = { version = "1.0" , features = [ "derive" ] , default-features = false }
toml = { version = "0.8" , features = [ "parse" ] , default-features = false }
2025-04-20 11:43:19 -04:00
retour = { version = "0.3" , features = [ "static-detour" ] , default-features = false }
2025-04-20 13:26:02 -04:00
[ replace ]
"mmap-fixed-fixed:0.1.3" = { git = "https://github.com/redstrate/rust-mmap-fixed-fixed" } # my fork which removes the winapi dependency