[dev-dependencies.tempdir]
version = "0.3"
[package]
authors = ["Jeremy Larkin <jeremylarkin@gmail.com>"]
description = "Cross-platform library for fast and safe memory-mapped IO"
documentation = "https://docs.rs/vmap"
edition = "2018"
keywords = ["mmap", "io", "file", "circular-buffer", "ring-buffer"]
license = "MIT"
name = "vmap"
repository = "https://github.com/kalamay/vmap-rs"
version = "0.2.2"
[target."cfg(all(unix, not(any(target_os = \"linux\", target_os = \"android\", target_os = \"macos\", target_os = \"ios\"))))".dependencies.rand]
version = "0.7"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winnt", "sysinfoapi", "handleapi", "memoryapi"]
version = "0.3"