# 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 = "mapped-file" version = "0.0.8-r1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Construct a memory mapping over any file object" readme = "README.md" keywords = [ "unix", "mmap", "generic", "file", "fd", ] license = "MIT" repository = "https://github.com/notflan/mapped-file" [lib] name = "mapped_file" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.132" [dependencies.memchr] version = "2.5.0" [features] default = ["default-cloexec"] default-cloexec = [] file = []