gecko-dev/third_party/rust/memmap-0.5.2/Cargo.toml

21 строка
498 B
TOML

[package]
name = "memmap"
version = "0.5.2"
authors = ["Dan Burkert <dan@danburkert.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/danburkert/memmap-rs"
documentation = "https://docs.rs/memmap"
description = "Cross-platform Rust API for memory-mapped file IO"
keywords = ["mmap", "memory-map", "io", "file"]
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
fs2 = "0.4"
kernel32-sys = "0.2"
[dev-dependencies]
tempdir = "0.3"