[workspace] members = ["macro"] resolver = "2" [package] name = "stealth" version = "0.0.0" edition = "2021" authors = ["Valaphee "] license = "Apache-2.0" repository = "https://github.com/valaphee/stealth.git" description = "Anti reverse-engineering techniques." [dependencies] stealth_macro = { version = "0.0.0", path = "macro" } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.48.0", features = [ "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", ] } [target.'cfg(windows)'.dev-dependencies] windows-sys = { version = "0.48.0", features = [ "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", ] } [profile.release] strip = true lto = true panic = "abort" codegen-units = 1