# 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" name = "mmap-wrapper" version = "2.0.1" authors = ["Maxi Saparov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple wrapper for the memmap2 crate to cast mmap backed pointers to structs" homepage = "https://github.com/mostlymaxi/mmap-wrapper" documentation = "https://docs.rs/mmap-wrapper" readme = "README.md" keywords = [ "memmap2", "mmap", "utility", ] categories = [ "memory-management", "data-structures", "filesystem", ] license = "MIT" repository = "https://github.com/mostlymaxi/mmap-wrapper" [lib] name = "mmap_wrapper" path = "src/lib.rs" [dependencies.memmap2] version = "0.9.4" optional = true [features] default = ["dep:memmap2"] no_std = [] [lints.rust] unsafe_op_in_unsafe_fn = "warn"