[package] name = "mmap-allocator" version = "0.3.1" authors = ["Yoshida Shin "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "struct implementing trait std::alloc::GlobalAlloc for unix" repository = "https://github.com/wbcchsyn/rust-mmap-allocator.git" license = "Apache-2.0 OR LGPL-3.0-or-later" readme = "README.md" keywords = ["alloc", "allocator", "memory", "GlobalAlloc"] categories = ["memory-management"] documentation = "https://wbcchsyn.github.io/rust-mmap-allocator/mmap_allocator/index.html" [target.'cfg(unix)'.dependencies] libc = "0.2" [badges] circle-ci = { repository = "wbcchsyn/rust-mmap-allocator" } travis-ci = { repository = "wbcchsyn/rust-mmap-allocator" }