[package] name = "jenga" version = "0.1.10" authors = ["Sebastian Köln "] description = "A stack based allocator" documentation = "https://docs.rs/jenga" homepage = "https://gitlab.com/sebk/jenga" repository = "https://gitlab.com/sebk/jenga.git" keywords = ["stack", "allocator", "alloca", "no_std"] license = "MIT" [features] std = ["alloc"] alloc = [] default = ["std", "alloc"]