[dev-dependencies]
crossbeam = "0.2"
syncbox = "0.2"
[features]
nightly = []
[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A fast thread safe memory pool for reusing allocations."
documentation = "http://burntsushi.net/rustdoc/mempool/"
homepage = "https://github.com/BurntSushi/mempool"
keywords = ["memory", "pool", "allocation", "reuse", "lock-free"]
license = "Unlicense/MIT"
name = "mempool"
readme = "README.md"
repository = "https://github.com/BurntSushi/mempool"
version = "0.3.1"
[profile.bench]
debug = true