swimmer 0.2.0

Thread-safe object pool type
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]
edition = "2018"
name = "swimmer"
version = "0.2.0"
authors = ["caelunshun <caelunshun@gmail.com>"]
description = "Thread-safe object pool type"
readme = "README.md"
keywords = ["pool", "data-structure", "object-pool"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/caelunshun/swimmer-rs"

[[bench]]
name = "pool"
harness = false
[dependencies.hashbrown]
version = "0.6.0"
optional = true

[dependencies.smallvec]
version = "0.6.10"
optional = true

[dependencies.thread_local]
version = "0.3.6"
[dev-dependencies.criterion]
version = "0.2.11"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.lifeguard]
version = "0.6.0"

[dev-dependencies.static_assertions]
version = "0.3.4"

[features]
hashbrown-impls = ["hashbrown"]
smallvec-impls = ["smallvec"]