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 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 = "onsen"
version = "0.14.0"
authors = ["Christian Thäter <ct@pipapo.org>"]
description = "Memory pool"
readme = "README.md"
keywords = [
    "allocator",
    "pool",
]
categories = ["memory-management"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cehteh/onsen.git"
resolver = "2"

[[bench]]
name = "baseline"
harness = false

[[bench]]
name = "simulated_work"
harness = false

[dependencies.assoc_static]
version = "1.0.0"
optional = true

[dependencies.parking_lot]
version = "0.12.0"
optional = true

[dependencies.threadcell]
version = "0.8.1"
optional = true

[dev-dependencies.criterion]
version = "0.3"
features = ["html_reports"]

[dev-dependencies.serial_test]
version = "0.9.0"

[features]
default = ["st_tbox"]
st_tbox = [
    "tbox",
    "stpool",
]
stpool = ["dep:threadcell"]
tbox = ["dep:assoc_static"]

[badges.maintenance]
status = "actively-developed"