# 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 = "memory_pages" version = "0.1.0" authors = ["FractalFir "] description = "`memory_pages` provides a cross-platform memory management API which allows for acquiring memory pages from the kernel and setting permissions on them." readme = "README.md" keywords = [ "memory", "memory_management", "pages", "vec", "allocator", ] categories = [ "memory-management", "data-structures", ] license = "MIT" repository = "https://github.com/FractalFir/memory_pages" [profile.bench] [[bench]] name = "alloc_cmp" harness = false [dev-dependencies.criterion] version = "0.3" [features] allow_exec = [] deafault = ["deny_xw"] deny_xw = [] [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "memoryapi", "errhandlingapi", ]