slab-alloc 0.1.0

A fast, single-threaded object allocator.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "slab-alloc"
version = "0.1.0"
authors = ["Joshua Liebow-Feeser <hello@joshlf.com>", "Eli Rosenthal <ezrosenthal@gmail.com>"]
exclude = ["travis.sh"]
description = "A fast, single-threaded object allocator."
documentation = "https://docs.rs/slab-alloc"
readme = "README.md"
keywords = ["allocator", "cache", "object", "slab"]
categories = ["algorithm", "caching", "memory-management", "no-std"]
license = "Apache-2.0"
repository = "https://github.com/ezrosent/allocators-rs/tree/master/slab-alloc"
[profile.test]
opt-level = 3
[dependencies.rand]
version = "0.3"

[dependencies.object-alloc-test]
version = "0.1.0"

[dependencies.object-alloc]
version = "0.1.0"

[dependencies.mmap-alloc]
version = "0.1.0"

[dependencies.lazy_static]
version = "0.2"
features = ["spin_no_std"]

[dependencies.interpolate_idents]
version = "0.1"

[dependencies.sysconf]
version = "0.3.0"

[features]
default = ["std", "os"]
no-coloring = []
hashmap-no-coalesce = []
std = ["os"]
os = []
use-stdlib-hashmap = []
hashmap-no-resize = []
build-ignored-tests = []