1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "memmap2" 15version = "0.8.0" 16authors = [ 17 "Dan Burkert <[email protected]>", 18 "Yevhenii Reizner <[email protected]>", 19] 20description = "Cross-platform Rust API for memory-mapped file IO" 21documentation = "https://docs.rs/memmap2" 22readme = "README.md" 23keywords = [ 24 "mmap", 25 "memory-map", 26 "io", 27 "file", 28] 29license = "MIT OR Apache-2.0" 30repository = "https://github.com/RazrFalcon/memmap2-rs" 31 32[dependencies.stable_deref_trait] 33version = "1.0" 34optional = true 35 36[dev-dependencies.owning_ref] 37version = "0.4.1" 38 39[dev-dependencies.tempfile] 40version = "3" 41 42[target."cfg(unix)".dependencies.libc] 43version = "0.2.143" 44