# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "remote-mem" version = "0.1.1" authors = ["Nils Feierabend "] description = "Remote memory access library" license = "MIT" repository = "https://www.github.com/mztikk/remote-mem" resolver = "2" [dependencies.robs] version = "0.2.1" [dependencies.thiserror] version = "1.0.31" [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", ] [target."cfg(windows)".dependencies.winproc] version = "0.6.4"