[package]
name = "mempool"
version = "0.3.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "UNMAINTAINED AND DEPRECATED, DO NOT USE, SEE `thread_local` instead"
documentation = "http://burntsushi.net/rustdoc/mempool/"
homepage = "https://github.com/BurntSushi/mempool"
repository = "https://github.com/BurntSushi/mempool"
readme = "README.md"
keywords = ["memory", "pool", "allocation", "reuse", "lock-free"]
license = "Unlicense/MIT"
[dev-dependencies]
crossbeam = "0.2"
syncbox = "0.2"
[features]
nightly = []
[profile.bench]
debug = true