[dependencies.tokio]
features = ["sync", "rt", "macros", "time"]
optional = true
version = "1.45.1"
[features]
async = ["dep:tokio"]
default = ["async"]
[lib]
name = "safa_buffer_pool"
path = "src/lib.rs"
[package]
authors = ["Alexandre Fromantin <oalexandrefromantin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "Safa-buffer-pool is a quick and simple tool to create buffer pools in a mono or multi thread context."
edition = "2024"
keywords = ["rust", "pool", "buffer"]
license = "MIT"
name = "safa-buffer-pool"
readme = "README.md"
repository = "https://github.com/Alexandre-Fromantin/safa-buffer-pool"
version = "1.1.0"