[dependencies.backtrace]
version = "0.3.50"
[dependencies.fxhash]
version = "0.2"
[dependencies.lazy_static]
version = "1.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thousands]
version = "0.2"
[dev-dependencies.serial_test]
version = "0.5"
[package]
authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"]
categories = ["development-tools::profiling"]
description = "A library for heap profiling and ad hoc profiling with DHAT."
edition = "2018"
homepage = "https://github.com/nnethercote/counts"
keywords = ["profiling"]
license = "MIT OR Apache-2.0"
name = "dhat"
readme = "README.md"
repository = "https://github.com/nnethercote/counts"
version = "0.1.0"