[dependencies.interpolate_idents]
version = "0.1"
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "0.2"
[dependencies.mmap-alloc]
version = "0.1.0"
[dependencies.object-alloc]
version = "0.1.0"
[dependencies.object-alloc-test]
version = "0.1.0"
[dependencies.rand]
version = "0.3"
[dependencies.sysconf]
version = "0.3.0"
[features]
build-ignored-tests = []
default = ["std", "os"]
hashmap-no-coalesce = []
hashmap-no-resize = []
no-coloring = []
os = []
std = ["os"]
use-stdlib-hashmap = []
[package]
authors = ["Joshua Liebow-Feeser <hello@joshlf.com>", "Eli Rosenthal <ezrosenthal@gmail.com>"]
categories = ["algorithms", "caching", "memory-management", "no-std"]
description = "A fast, single-threaded object allocator."
documentation = "https://docs.rs/slab-alloc"
exclude = ["travis.sh"]
keywords = ["allocator", "cache", "object", "slab"]
license = "Apache-2.0"
name = "slab-alloc"
readme = "README.md"
repository = "https://github.com/ezrosent/allocators-rs/tree/master/slab-alloc"
version = "0.1.1"
[profile.test]
opt-level = 3