# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dhat" version = "0.3.3" authors = ["Nicholas Nethercote "] description = "A library for heap profiling and ad hoc profiling with DHAT." homepage = "https://github.com/nnethercote/dhat-rs" readme = "README.md" keywords = ["profiling"] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/nnethercote/dhat-rs" [profile.bench] debug = 1 [profile.release] debug = 1 [dependencies.backtrace] version = "0.3.63" [dependencies.lazy_static] version = "1.4" [dependencies.mintex] version = "0.1.2" [dependencies.parking_lot] version = "0.12" [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thousands] version = "0.2" [dev-dependencies.serial_test] version = "0.5"