# 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 = "mmap-rs-with-map-from-existing" version = "0.6.0" authors = [ "Sewer56", "Stephan van Schaik ", ] description = "A temporary fork of mmap-rs with support for creating pages from raw memory. Will be deprecated in near future." readme = "README.md" keywords = [ "mmap", "memory", "mapping", "VirtualAlloc", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Sewer56/mmap-rs/tree/unsafe-existing-map-api" [dependencies.bitflags] version = "1" [dependencies.combine] version = "4" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.tempfile] version = "3" [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach2] version = "0.4" [target."cfg(unix)".dependencies.nix] version = "0.26" [target."cfg(unix)".dependencies.sysctl] version = "0.5" [target."cfg(windows)".dependencies.widestring] version = "1" [target."cfg(windows)".dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_System_ProcessStatus", "Win32_System_SystemInformation", "Win32_System_Threading", ]