mempool 0.3.2

UNMAINTAINED AND DEPRECATED, DO NOT USE, SEE `thread_local` instead
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
name = "mempool"
version = "0.3.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UNMAINTAINED AND DEPRECATED, DO NOT USE, SEE `thread_local` instead"
homepage = "https://github.com/BurntSushi/mempool"
documentation = "http://burntsushi.net/rustdoc/mempool/"
readme = "README.md"
keywords = [
    "memory",
    "pool",
    "allocation",
    "reuse",
    "lock-free",
]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/mempool"

[features]
nightly = []

[lib]
name = "mempool"
path = "src/lib.rs"

[dev-dependencies.crossbeam]
version = "0.2"

[dev-dependencies.syncbox]
version = "0.2"

[profile.bench]
debug = 2