mmap-fixed 0.1.5

A library for dealing with memory-mapped I/O This is a fork of the original rust-mmap with updated dependencies and a fix for the Windows version. This exists only because there are no other alternative crates for `MAP_FIXED` allocations.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mmap-fixed"
version = "0.1.5"
authors = ["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 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"
readme = "README.md"
license = "MIT"
[dev-dependencies.tempdir]
version = "0.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.2"