[package] name = "detours-rs" version = "0.2.0" edition = "2021" homepage = "https://github.com/SecurityAndStuff/detours-rs" repository = "https://github.com/SecurityAndStuff/detours-rs" license = "MIT OR Apache-2.0" keywords = ["detours", "hooking"] description = "Microsoft Detours FFI bindings created with bindgen." [dependencies.windows] version = "0.48" features = [ "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ]