[dependencies.spin]
version = "0.4.8"
[dev-dependencies.libc]
version = "0.2"
[dev-dependencies.rand]
version = "0.3"
[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Simple slab based malloc implementation in rust. Can be used stand-alone or in order to provide the necessary interface to rusts liballoc library. slabmalloc only relies on libcore."
documentation = "http://gz.github.io/rust-slabmalloc/slabmalloc/"
homepage = "https://github.com/gz/rust-slabmalloc"
keywords = ["os", "malloc", "slab", "alloc", "memory"]
license = "MIT"
name = "slabmalloc"
readme = "README.md"
repository = "https://github.com/gz/rust-slabmalloc"
version = "0.3.0"