# 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" rust-version = "1.67" name = "mmap-rs" version = "0.6.1" authors = ["Stephan van Schaik "] description = "A cross-platform and safe Rust API to create and manage memory mappings in the virtual address space of the calling process." homepage = "https://codentium.com" readme = "README.md" keywords = [ "mmap", "memory", "mapping", "VirtualAlloc", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/StephanvanSchaik/mmap-rs" [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", ]