[dependencies.spin]
default-features = false
features = ["mutex", "spin_mutex"]
version = "0.9.8"
[dev-dependencies.rand]
default-features = false
features = ["small_rng"]
version = "0.8.5"
[features]
allocator-api = []
lazy = ["spin/lazy"]
[lib]
name = "teaspoon"
path = "src/lib.rs"
[package]
authors = ["Andrea Corbellini <corbellini.andrea@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["memory-management", "no-std"]
description = "An allocator for when all you have is a teaspoon of memory"
edition = "2021"
keywords = ["memory", "allocator", "no-std"]
license = "BSD-3-Clause"
name = "teaspoon"
readme = "README.md"
repository = "https://github.com/andreacorbellini/teaspoon"
version = "0.1.0"