[package] authors = ["Geoffroy Couprie ", "Kenan Sulayman "] categories = ["development-tools", "memory-management"] description = "trace allocations and deallocations" keywords = ["allocator", "debugging"] license = "MIT" name = "tralloc" readme = "README.md" repository = "https://github.com/19h/tralloc" version = "0.1.1" [dependencies] libc = "^0.2" time = "^0.1"