[package] name = "remote-mem" version = "0.1.1" authors = ["Nils Feierabend "] edition = "2021" license = "MIT" description = "Remote memory access library" repository = "https://www.github.com/mztikk/remote-mem" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.31" robs = "0.2.1" [target.'cfg(windows)'.dependencies] winproc = "0.6.4" [target.'cfg(windows)'.dependencies.windows] version = "0.36.1" features = [ "alloc", "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_System_Diagnostics_Debug", ]