# 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 = "2018" name = "memmapix" version = "0.7.6" authors = [ "Dan Burkert ", "Yevhenii Reizner ", "Al Liu ", ] description = "No libc, pure Rust cross-platform Rust API for memory-mapped file IO" documentation = "https://docs.rs/memmapix" readme = "README.md" keywords = [ "mmap", "memory-map", "memmap2", "memmap", "file", ] categories = [ "filesystem", "external-ffi-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/al8n/memmapix-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dev-dependencies.owning_ref] version = "0.4.1" [dev-dependencies.tempfile] version = "3" [target."cfg(unix)".dependencies.rustix] version = "0.38" features = [ "fs", "mm", "param", ]