blob: c33305e4ed737d47ad8a1d97954aa604e8172c0a [file] [log] [blame]
[package]
name = "memmap"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.7.0"
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"]
[badges]
travis-ci = { repository = "danburkert/memmap-rs" }
appveyor = { repository = "danburkert/mmap" }
[target.'cfg(unix)'.dependencies]
sgx_libc = { path = "../../sgx_libc" }
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd", features = ["untrusted_fs"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["basetsd", "handleapi", "memoryapi", "minwindef", "std", "sysinfoapi"] }
[dev-dependencies]
tempdir = "0.3"