# 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 = "virtual-memory" version = "0.1.3" authors = ["StackOverflowExcept1on"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for allocating RWX memory on Unix and Windows" readme = "README.md" keywords = [ "virtual-memory", "rwx", "rwx-memory", ] categories = [ "memory-management", "api-bindings", "no-std", ] license = "MIT" repository = "https://github.com/StackOverflowExcept1on/shellexec" [lib] name = "virtual_memory" path = "src/lib.rs" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_System_Memory", ]