| [package] |
| name = "memmap2" |
| version = "0.8.0" |
| authors = ["Dan Burkert <[email protected]>", "Yevhenii Reizner <[email protected]>"] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/RazrFalcon/memmap2-rs" |
| documentation = "https://docs.rs/memmap2" |
| description = "Cross-platform Rust API for memory-mapped file IO" |
| keywords = ["mmap", "memory-map", "io", "file"] |
| edition = "2018" |
| |
| [dependencies] |
| stable_deref_trait = { version = "1.0", optional = true } |
| |
| [target.'cfg(unix)'.dependencies] |
| libc = "0.2.143" |
| |
| [dev-dependencies] |
| tempfile = "3" |
| owning_ref = "0.4.1" |