[package] name = "typed-arena" version = "2.0.2" authors = ["The typed-arena developers"] license = "MIT" description = "The arena, a fast but limited type of allocator" documentation = "https://docs.rs/typed-arena" repository = "https://github.com/SimonSapin/rust-typed-arena" categories = ["memory-management", "no-std"] keywords = ["arena"] readme = "./README.md" [lib] name = "typed_arena" path = "src/lib.rs" [features] default = ["std"] std = [] [dev-dependencies] criterion = "0.3.4" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [profile.bench] debug = true