# 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] name = "mmap-fixed-fixed" version = "0.1.3" authors = [ "Khang ", "Elliott Linder ", "Rick Branson ", "The Rust Project Developers", ] description = """ A library for dealing with memory-mapped I/O This is a fork of 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. """ readme = "README.md" license = "MIT" repository = "https://github.com/khang06/rust-mmap-fixed-fixed" [dev-dependencies.tempdir] version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "memoryapi", "sysinfoapi", "handleapi", "winerror", ]