[features]
flexible-tests = []
unstable = []
[package]
authors = ["The Servo Project Developers"]
build = "build.rs"
description = "Infrastructure for measuring the total runtime size of an object on the heap"
license = "MIT/Apache-2.0"
name = "heapsize"
repository = "https://github.com/servo/heapsize"
version = "0.4.2"
[target."cfg(windows)".dependencies.winapi]
features = ["std", "heapapi"]
version = "0.3.4"