[package] name = "array_pool" version = "0.1.3" edition = "2021" authors = ["Nguyễn Khánh Nam "] description = "A simple, tiered caching array pool implementation in Rust." license-file = "LICENSE.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thread_local = "1.1.8" [dev-dependencies] lazy_static = "1.4.0"