[package]
edition = "2021"
name = "feanor-mempool"
version = "2.1.0"
authors = ["Simon Pohmann <simon@pohmann.de>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple interface to memory allocation and pooling, designed for use by feanor-math."
homepage = "https://github.com/FeanorTheElf/feanor-mempool"
readme = "Readme.md"
keywords = [
"pool",
"memory",
"allocation",
]
license = "MIT"
repository = "https://github.com/FeanorTheElf/feanor-mempool"
[profile.profiling]
debug = 2
panic = "abort"
inherits = "bench"
[lib]
name = "feanor_mempool"
crate-type = ["rlib"]
path = "src/lib.rs"
bench = true
[dependencies.thread_local]
version = "1.1.8"
[features]
disable_print_warnings = []
[badges.maintenance]
status = "actively-developed"