Sergey Konev
a8d83b9bab
Some checks failed
Continuous integration / Tests (push) Blocked by required conditions
Continuous integration / Tests (windows-latest) (push) Waiting to run
Continuous integration / Check clippy, formatting, and documentation (push) Failing after 20s
Continuous integration / Tests (ubuntu-latest) (push) Failing after 22s
Continuous integration / Check fuzzers (push) Failing after 18s
Continuous integration / Check mininum Rust version (push) Failing after 20s
53 lines
1.4 KiB
TOML
53 lines
1.4 KiB
TOML
# 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]
|
|
edition = "2021"
|
|
name = "lockfree-object-pool"
|
|
version = "0.1.6"
|
|
authors = ["Etienne Vaillant <vaillant.etienne@gmail.com>"]
|
|
exclude = ["benches/criterion"]
|
|
description = "A thread-safe object pool collection with automatic return and attach/detach semantics."
|
|
homepage = "https://github.com/EVaillant/lockfree-object-pool"
|
|
documentation = "https://docs.rs/lockfree-object-pool"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"atomic",
|
|
"object-pool",
|
|
"non-blocking",
|
|
"lock-free",
|
|
]
|
|
categories = [
|
|
"concurrency",
|
|
"memory-management",
|
|
"data-structures",
|
|
]
|
|
license = "BSL-1.0"
|
|
repository = "https://github.com/EVaillant/lockfree-object-pool"
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.5.1"
|
|
|
|
[dev-dependencies.criterion-plot]
|
|
version = "0.5"
|
|
|
|
[dev-dependencies.object-pool]
|
|
version = "0.5"
|
|
|
|
[dev-dependencies.sharded-slab]
|
|
version = "0.1"
|