[dev-dependencies.tempdir]
version = "0.3"
[package]
authors = ["Khang <khang06@users.noreply.github.com>", "Elliott Linder <elliott@linder.bz>", "Rick Branson <rick@diodeware.com>", "The Rust Project Developers"]
description = "A library for dealing with memory-mapped I/O\n\nThis is a fork of a fork of the original rust-mmap with updated dependencies and a\nfix for the Windows version. This exists only because there are no other\nalternative crates for `MAP_FIXED` allocations.\n"
license = "MIT"
name = "mmap-fixed"
readme = "README.md"
repository = "https://github.com/khang06/rust-mmap-fixed-fixed"
version = "0.1.6"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["memoryapi", "sysinfoapi", "handleapi", "winerror"]
version = "0.3.9"