[package] name = "heaptrack" version = "0.4.0" authors = ["Acrimon "] edition = "2018" description = "Easily track heap usage with this allocator wrapper." license = "MIT" repository = "https://gitlab.nebulanet.cc/xacrimon/heaptrack-rs" documentation = "https://docs.rs/heaptrack" [dependencies] ccl = "4.13.1" lazy_static = "1.3.0"